#0ABBB3

Color #0ABBB3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0ABBB3

Tints of Light Sea Green #0ABBB3

Color information

#0ABBB3 (or 0x0ABBB3) is unknown color: approx Light Sea Green. HEX triplet: 0A, BB and B3. RGB value is (10,187,179). Sum of RGB (Red+Green+Blue) = 10+187+179=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBB3 is #F5444C. Grayscale: #858585. Windows color (decimal): -16073805 or 11778826. OLE color: 11778826.

HSL color Cylindrical-coordinate representation of color #0ABBB3: hue angle of 177.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBB3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB10187179-
CMYK0.9500.040.27
HSL177.29º89.85%38.63%-
HSV(B)177.29º94.65%73.33%-
XYZ26.0338.8648.78-
YUV133.16153.8640.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.66%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=2.66%
G=49.73%
B=47.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101871790.9500.040.27177.2989.8538.63
HexABBB35F041Bb15a27
Octal12273263137043326113247
Binary101010111011101100111011111010011011101100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,187,179); }

 H1.HeaderClassName
 {
   color: #0ABBB3;
 }
 .AnyTagClassName
 {
   color: #0ABBB3;
 }
</style>
background-color css

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

 a { background-color: rgb(10,187,179); }

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

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

 span { border-color: rgb(10,187,179); }

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