Html Css Color HEX #0CABB0 Light Sea Green

📋 copy color: '#0CABB0'

red 12 ◦ green 171 ◦ blue 176

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

Shades of Light Sea Green #0CABB0

Tints of Light Sea Green #0CABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 3.34%
G = 47.63%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0CABB0 (or 0x0CABB0) is known color: Light Sea Green. HEX triplet: 0C, AB and B0. RGB value is (12,171,176). Sum of RGB (Red+Green+Blue) = 12+171+176=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #0CABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABB0 is #F3544F. Grayscale: #7B7B7B. Windows color (decimal): -15946832 or 11578124. OLE color: 11578124.

HSL color Cylindrical-coordinate representation of color #0CABB0: hue angle of 181.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CABB0 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 171 176 -
CMYK 0.93 0.03 0 0.31
HSL 181.83º 0.87% 0.37% -
HSV(B) 181.83º 0.93% 0.69% -
XYZ 22.55 32.34 46.13 -
YUV 124.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 12 171 176 0.93 0.03 0 0.31 181.83 0.87 0.37
Hex C AB B0 5D 3 0 1F B6 57 25
Octal 14 253 260 135 3 0 37 266 127 45
Binary 1100 10101011 10110000 1011101 11 0 11111 10110110 1010111 100101

Color Harmonies of #0CABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABB0

Black with #0CABB0

Text Example


Text Example

White with #0CABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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