Html Css Color HEX #36C0BA Light Sea Green

📋 copy color: '#36C0BA'

red 54 ◦ green 192 ◦ blue 186

#36C0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #36C0BA

Tints of Light Sea Green #36C0BA

RGB

 RED value IS 54 (21.48% from 255) = 12.5%

 GREEN value IS 192 (75.39% from 255) = 44.44%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 12.5%
G = 44.44%
B = 43.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#36C0BA (or 0x36C0BA) is known color: Light Sea Green. HEX triplet: 36, C0 and BA. RGB value is (54,192,186). Sum of RGB (Red+Green+Blue) = 54+192+186=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C0BA is #C93F45. Grayscale: #959595. Windows color (decimal): -13188934 or 12238902. OLE color: 12238902.

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

Color convert

RGB 54 192 186 -
CMYK 0.72 0 0.03 0.25
HSL 177.39º 0.56% 0.48% -
HSV(B) 177.39º 0.72% 0.75% -
XYZ 29.23 42.03 53.03 -
YUV 150.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 54 192 186 0.72 0 0.03 0.25 177.39 0.56 0.48
Hex 36 C0 BA 48 0 3 19 B1 38 30
Octal 66 300 272 110 0 3 31 261 70 60
Binary 110110 11000000 10111010 1001000 0 11 11001 10110001 111000 110000

Color Harmonies of #36C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C0BA

Black with #36C0BA

Text Example


Text Example

White with #36C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,192,186); }

 H1.HeaderClassName
 {
   color: #36C0BA;
 }
 .AnyTagClassName
 {
   color: #36C0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(54,192,186); }

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

border-color css

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

 span { border-color: rgb(54,192,186); }

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