Html Css Color HEX #0CB9AD Light Sea Green

📋 copy color: '#0CB9AD'

red 12 ◦ green 185 ◦ blue 173

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

Shades of Light Sea Green #0CB9AD

Tints of Light Sea Green #0CB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

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

R = 3.24%
G = 50%
B = 46.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#0CB9AD (or 0x0CB9AD) is known color: Light Sea Green. HEX triplet: 0C, B9 and AD. RGB value is (12,185,173). Sum of RGB (Red+Green+Blue) = 12+185+173=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB9AD is #F34652. Grayscale: #838383. Windows color (decimal): -15943251 or 11385100. OLE color: 11385100.

HSL color Cylindrical-coordinate representation of color #0CB9AD: hue angle of 175.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9AD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 173 -
CMYK 0.94 0 0.06 0.27
HSL 175.84º 0.88% 0.39% -
HSV(B) 175.84º 0.94% 0.73% -
XYZ 25.04 37.79 45.51 -
YUV 131.91 151.19 42.48 -
System Red Green Blue C M Y K H S L
Decimal 12 185 173 0.94 0 0.06 0.27 175.84 0.88 0.39
Hex C B9 AD 5E 0 6 1B B0 58 27
Octal 14 271 255 136 0 6 33 260 130 47
Binary 1100 10111001 10101101 1011110 0 110 11011 10110000 1011000 100111

Color Harmonies of #0CB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB9AD

Black with #0CB9AD

Text Example


Text Example

White with #0CB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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