Html Css Color HEX #0CABA7 Light Sea Green

📋 copy color: '#0CABA7'

red 12 ◦ green 171 ◦ blue 167

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

Shades of Light Sea Green #0CABA7

Tints of Light Sea Green #0CABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.71%

R = 3.43%
G = 48.86%
B = 47.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#0CABA7 (or 0x0CABA7) is known color: Light Sea Green. HEX triplet: 0C, AB and A7. RGB value is (12,171,167). Sum of RGB (Red+Green+Blue) = 12+171+167=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA7 is #F35458. Grayscale: #7A7A7A. Windows color (decimal): -15946841 or 10988300. OLE color: 10988300.

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

Color convert

RGB 12 171 167 -
CMYK 0.93 0 0.02 0.33
HSL 178.49º 0.87% 0.36% -
HSV(B) 178.49º 0.93% 0.67% -
XYZ 21.69 31.99 41.59 -
YUV 123 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 12 171 167 0.93 0 0.02 0.33 178.49 0.87 0.36
Hex C AB A7 5D 0 2 21 B2 57 24
Octal 14 253 247 135 0 2 41 262 127 44
Binary 1100 10101011 10100111 1011101 0 10 100001 10110010 1010111 100100

Color Harmonies of #0CABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABA7

Black with #0CABA7

Text Example


Text Example

White with #0CABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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