Html Css Color HEX #36C0AF Light Sea Green

📋 copy color: '#36C0AF'

red 54 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #36C0AF

Tints of Light Sea Green #36C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 12.83%
G = 45.61%
B = 41.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#36C0AF (or 0x36C0AF) is known color: Light Sea Green. HEX triplet: 36, C0 and AF. RGB value is (54,192,175). Sum of RGB (Red+Green+Blue) = 54+192+175=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C0AF is #C93F50. Grayscale: #949494. Windows color (decimal): -13188945 or 11518006. OLE color: 11518006.

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

Color convert

RGB 54 192 175 -
CMYK 0.72 0 0.09 0.25
HSL 172.61º 0.56% 0.48% -
HSV(B) 172.61º 0.72% 0.75% -
XYZ 28.11 41.58 47.1 -
YUV 148.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 54 192 175 0.72 0 0.09 0.25 172.61 0.56 0.48
Hex 36 C0 AF 48 0 9 19 AD 38 30
Octal 66 300 257 110 0 11 31 255 70 60
Binary 110110 11000000 10101111 1001000 0 1001 11001 10101101 111000 110000

Color Harmonies of #36C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C0AF

Black with #36C0AF

Text Example


Text Example

White with #36C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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