Html Css Color HEX #0CB9AC Light Sea Green

📋 copy color: '#0CB9AC'

red 12 ◦ green 185 ◦ blue 172

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

Shades of Light Sea Green #0CB9AC

Tints of Light Sea Green #0CB9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 3.25%
G = 50.14%
B = 46.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#0CB9AC (or 0x0CB9AC) is known color: Light Sea Green. HEX triplet: 0C, B9 and AC. RGB value is (12,185,172). Sum of RGB (Red+Green+Blue) = 12+185+172=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB9AC is #F34653. Grayscale: #838383. Windows color (decimal): -15943252 or 11319564. OLE color: 11319564.

HSL color Cylindrical-coordinate representation of color #0CB9AC: hue angle of 175.49º 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 #0CB9AC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 172 -
CMYK 0.94 0 0.07 0.27
HSL 175.49º 0.88% 0.39% -
HSV(B) 175.49º 0.94% 0.73% -
XYZ 24.95 37.75 45 -
YUV 131.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 12 185 172 0.94 0 0.07 0.27 175.49 0.88 0.39
Hex C B9 AC 5E 0 7 1B AF 58 27
Octal 14 271 254 136 0 7 33 257 130 47
Binary 1100 10111001 10101100 1011110 0 111 11011 10101111 1011000 100111

Color Harmonies of #0CB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB9AC

Black with #0CB9AC

Text Example


Text Example

White with #0CB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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