#36bfb5

Color #36BFB5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #36BFB5

Tints of Light Sea Green #36BFB5

Color information

#36BFB5 (or 0x36BFB5) is unknown color: approx Light Sea Green. HEX triplet: 36, BF and B5. RGB value is (54,191,181). Sum of RGB (Red+Green+Blue) = 54+191+181=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFB5 is #C9404A. Grayscale: #949494. Windows color (decimal): -13189195 or 11910966. OLE color: 11910966.

HSL color Cylindrical-coordinate representation of color #36BFB5: hue angle of 175.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB54191181-
CMYK0.7200.050.25
HSL175.62º55.92%48.04%-
HSV(B)175.62º71.73%74.9%-
XYZ28.4941.3850.2-
YUV148.9146.1160.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 12.68%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=12.68%
G=44.84%
B=42.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541911810.7200.050.25175.6255.9248.04
Hex36BFB5480519b03830
Octal6627726511005312607060
Binary1101101011111110110101100100001011100110110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36bfb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36bfb5; }

 p { color: rgb(54,191,181); }

 H1.HeaderClassName
 {
   color: #36bfb5;
 }
 .AnyTagClassName
 {
   color: #36bfb5;
 }
</style>
background-color css

<style>
 a { background-color: #36bfb5; }

 a { background-color: rgb(54,191,181); }

 div.DivClassName
 {
   background-color: #36bfb5;
 }
 .BgClassName
 {
   background-color: #36bfb5;
 }
</style>
border-color css

<style>
 span { border-color: #36bfb5; }

 span { border-color: rgb(54,191,181); }

 td.TdClassName
 {
   border-color: #36bfb5;
 }
 .TagClassName
 {
   border-color: #36bfb5;
 }
</style>