Html Css Color HEX #0CB8AC Light Sea Green

📋 copy color: '#0CB8AC'

red 12 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #0CB8AC

Tints of Light Sea Green #0CB8AC

RGB

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

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

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

R = 3.26%
G = 50%
B = 46.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#0CB8AC (or 0x0CB8AC) is known color: Light Sea Green. HEX triplet: 0C, B8 and AC. RGB value is (12,184,172). Sum of RGB (Red+Green+Blue) = 12+184+172=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AC is #F34753. Grayscale: #838383. Windows color (decimal): -15943508 or 11319308. OLE color: 11319308.

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

Color convert

RGB 12 184 172 -
CMYK 0.93 0 0.07 0.28
HSL 175.81º 0.88% 0.38% -
HSV(B) 175.81º 0.93% 0.72% -
XYZ 24.74 37.34 44.93 -
YUV 131.2 151.02 42.98 -
System Red Green Blue C M Y K H S L
Decimal 12 184 172 0.93 0 0.07 0.28 175.81 0.88 0.38
Hex C B8 AC 5D 0 7 1C B0 58 26
Octal 14 270 254 135 0 7 34 260 130 46
Binary 1100 10111000 10101100 1011101 0 111 11100 10110000 1011000 100110

Color Harmonies of #0CB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB8AC

Black with #0CB8AC

Text Example


Text Example

White with #0CB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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