Html Css Color HEX #0CABAC Light Sea Green

📋 copy color: '#0CABAC'

red 12 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #0CABAC

Tints of Light Sea Green #0CABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

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

R = 3.38%
G = 48.17%
B = 48.45%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0CABAC (or 0x0CABAC) is known color: Light Sea Green. HEX triplet: 0C, AB and AC. RGB value is (12,171,172). Sum of RGB (Red+Green+Blue) = 12+171+172=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #0CABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABAC is #F35453. Grayscale: #7B7B7B. Windows color (decimal): -15946836 or 11315980. OLE color: 11315980.

HSL color Cylindrical-coordinate representation of color #0CABAC: hue angle of 180.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CABAC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 172 -
CMYK 0.93 0.01 0 0.33
HSL 180.38º 0.87% 0.36% -
HSV(B) 180.38º 0.93% 0.67% -
XYZ 22.16 32.18 44.07 -
YUV 123.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 12 171 172 0.93 0.01 0 0.33 180.38 0.87 0.36
Hex C AB AC 5D 1 0 21 B4 57 24
Octal 14 253 254 135 1 0 41 264 127 44
Binary 1100 10101011 10101100 1011101 1 0 100001 10110100 1010111 100100

Color Harmonies of #0CABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABAC

Black with #0CABAC

Text Example


Text Example

White with #0CABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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