Html Css Color HEX #0CB8AA Light Sea Green

📋 copy color: '#0CB8AA'

red 12 ◦ green 184 ◦ blue 170

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

Shades of Light Sea Green #0CB8AA

Tints of Light Sea Green #0CB8AA

RGB

 RED value IS 12 (5.08% from 255) = 3.28%

 GREEN value IS 184 (72.27% from 255) = 50.27%

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

R = 3.28%
G = 50.27%
B = 46.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#0CB8AA (or 0x0CB8AA) is known color: Light Sea Green. HEX triplet: 0C, B8 and AA. RGB value is (12,184,170). Sum of RGB (Red+Green+Blue) = 12+184+170=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AA is #F34755. Grayscale: #828282. Windows color (decimal): -15943510 or 11188236. OLE color: 11188236.

HSL color Cylindrical-coordinate representation of color #0CB8AA: hue angle of 175.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB8AA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 170 -
CMYK 0.93 0 0.08 0.28
HSL 175.12º 0.88% 0.38% -
HSV(B) 175.12º 0.93% 0.72% -
XYZ 24.55 37.26 43.93 -
YUV 130.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 12 184 170 0.93 0 0.08 0.28 175.12 0.88 0.38
Hex C B8 AA 5D 0 8 1C AF 58 26
Octal 14 270 252 135 0 10 34 257 130 46
Binary 1100 10111000 10101010 1011101 0 1000 11100 10101111 1011000 100110

Color Harmonies of #0CB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB8AA

Black with #0CB8AA

Text Example


Text Example

White with #0CB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,170); }

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

background-color css

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

 a { background-color: rgb(12,184,170); }

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

border-color css

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

 span { border-color: rgb(12,184,170); }

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