Html Css Color HEX #0CABA8 Light Sea Green

📋 copy color: '#0CABA8'

red 12 ◦ green 171 ◦ blue 168

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

Shades of Light Sea Green #0CABA8

Tints of Light Sea Green #0CABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.86%

R = 3.42%
G = 48.72%
B = 47.86%

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

#0CABA8 (or 0x0CABA8) is known color: Light Sea Green. HEX triplet: 0C, AB and A8. RGB value is (12,171,168). Sum of RGB (Red+Green+Blue) = 12+171+168=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA8 is #F35457. Grayscale: #7A7A7A. Windows color (decimal): -15946840 or 11053836. OLE color: 11053836.

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

Color convert

RGB 12 171 168 -
CMYK 0.93 0 0.02 0.33
HSL 178.87º 0.87% 0.36% -
HSV(B) 178.87º 0.93% 0.67% -
XYZ 21.78 32.03 42.08 -
YUV 123.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 12 171 168 0.93 0 0.02 0.33 178.87 0.87 0.36
Hex C AB A8 5D 0 2 21 B3 57 24
Octal 14 253 250 135 0 2 41 263 127 44
Binary 1100 10101011 10101000 1011101 0 10 100001 10110011 1010111 100100

Color Harmonies of #0CABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABA8

Black with #0CABA8

Text Example


Text Example

White with #0CABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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