Html Css Color HEX #0FC0AA Light Sea Green

📋 copy color: '#0FC0AA'

red 15 ◦ green 192 ◦ blue 170

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

Shades of Light Sea Green #0FC0AA

Tints of Light Sea Green #0FC0AA

RGB

 RED value IS 15 (6.25% from 255) = 3.98%

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 3.98%
G = 50.93%
B = 45.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#0FC0AA (or 0x0FC0AA) is known color: Light Sea Green. HEX triplet: 0F, C0 and AA. RGB value is (15,192,170). Sum of RGB (Red+Green+Blue) = 15+192+170=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC0AA is #F03F55. Grayscale: #888888. Windows color (decimal): -15744854 or 11190287. OLE color: 11190287.

HSL color Cylindrical-coordinate representation of color #0FC0AA: hue angle of 172.54º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC0AA is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 170 -
CMYK 0.92 0 0.11 0.25
HSL 172.54º 0.86% 0.41% -
HSV(B) 172.54º 0.92% 0.75% -
XYZ 26.3 40.7 44.5 -
YUV 136.57 146.86 41.29 -
System Red Green Blue C M Y K H S L
Decimal 15 192 170 0.92 0 0.11 0.25 172.54 0.86 0.41
Hex F C0 AA 5C 0 B 19 AD 56 29
Octal 17 300 252 134 0 13 31 255 126 51
Binary 1111 11000000 10101010 1011100 0 1011 11001 10101101 1010110 101001

Color Harmonies of #0FC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0AA

Black with #0FC0AA

Text Example


Text Example

White with #0FC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FC0AA; }

 p { color: rgb(15,192,170); }

 H1.HeaderClassName
 {
   color: #0FC0AA;
 }
 .AnyTagClassName
 {
   color: #0FC0AA;
 }
</style>

background-color css

<style>
 a { background-color: #0FC0AA; }

 a { background-color: rgb(15,192,170); }

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

border-color css

<style>
 span { border-color: #0FC0AA; }

 span { border-color: rgb(15,192,170); }

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