#36BFB2

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

Shades of Light Sea Green #36BFB2

Tints of Light Sea Green #36BFB2

Color information

#36BFB2 (or 0x36BFB2) is unknown color: approx Light Sea Green. HEX triplet: 36, BF and B2. RGB value is (54,191,178). Sum of RGB (Red+Green+Blue) = 54+191+178=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BFB2 is #C9404D. Grayscale: #949494. Windows color (decimal): -13189198 or 11714358. OLE color: 11714358.

HSL color Cylindrical-coordinate representation of color #36BFB2: hue angle of 174.31º 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 #36BFB2 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB54191178-
CMYK0.7200.070.25
HSL174.31º55.92%48.04%-
HSV(B)174.31º71.73%74.9%-
XYZ28.1941.2648.6-
YUV148.55144.6160.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.77%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=12.77%
G=45.15%
B=42.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541911780.7200.070.25174.3155.9248.04
Hex36BFB2480719ae3830
Octal6627726211007312567060
Binary1101101011111110110010100100001111100110101110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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