Html Css Color HEX #0CB5AD Light Sea Green

📋 copy color: '#0CB5AD'

red 12 ◦ green 181 ◦ blue 173

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

Shades of Light Sea Green #0CB5AD

Tints of Light Sea Green #0CB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 3.28%
G = 49.45%
B = 47.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#0CB5AD (or 0x0CB5AD) is known color: Light Sea Green. HEX triplet: 0C, B5 and AD. RGB value is (12,181,173). Sum of RGB (Red+Green+Blue) = 12+181+173=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB5AD is #F34A52. Grayscale: #818181. Windows color (decimal): -15944275 or 11384076. OLE color: 11384076.

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

Color convert

RGB 12 181 173 -
CMYK 0.93 0 0.04 0.29
HSL 177.16º 0.88% 0.38% -
HSV(B) 177.16º 0.93% 0.71% -
XYZ 24.22 36.14 45.24 -
YUV 129.56 152.51 44.15 -
System Red Green Blue C M Y K H S L
Decimal 12 181 173 0.93 0 0.04 0.29 177.16 0.88 0.38
Hex C B5 AD 5D 0 4 1D B1 58 26
Octal 14 265 255 135 0 4 35 261 130 46
Binary 1100 10110101 10101101 1011101 0 100 11101 10110001 1011000 100110

Color Harmonies of #0CB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB5AD

Black with #0CB5AD

Text Example


Text Example

White with #0CB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,173); }

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

background-color css

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

 a { background-color: rgb(12,181,173); }

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

border-color css

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

 span { border-color: rgb(12,181,173); }

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