Html Css Color HEX #0CABA4 Light Sea Green

📋 copy color: '#0CABA4'

red 12 ◦ green 171 ◦ blue 164

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

Shades of Light Sea Green #0CABA4

Tints of Light Sea Green #0CABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 3.46%
G = 49.28%
B = 47.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0CABA4 (or 0x0CABA4) is known color: Light Sea Green. HEX triplet: 0C, AB and A4. RGB value is (12,171,164). Sum of RGB (Red+Green+Blue) = 12+171+164=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA4 is #F3545B. Grayscale: #7A7A7A. Windows color (decimal): -15946844 or 10791692. OLE color: 10791692.

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

Color convert

RGB 12 171 164 -
CMYK 0.93 0 0.04 0.33
HSL 177.36º 0.87% 0.36% -
HSV(B) 177.36º 0.93% 0.67% -
XYZ 21.42 31.88 40.15 -
YUV 122.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 12 171 164 0.93 0 0.04 0.33 177.36 0.87 0.36
Hex C AB A4 5D 0 4 21 B1 57 24
Octal 14 253 244 135 0 4 41 261 127 44
Binary 1100 10101011 10100100 1011101 0 100 100001 10110001 1010111 100100

Color Harmonies of #0CABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABA4

Black with #0CABA4

Text Example


Text Example

White with #0CABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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