#0ABEAC

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

Shades of Light Sea Green #0ABEAC

Tints of Light Sea Green #0ABEAC

Color information

#0ABEAC (or 0x0ABEAC) is unknown color: approx Light Sea Green. HEX triplet: 0A, BE and AC. RGB value is (10,190,172). Sum of RGB (Red+Green+Blue) = 10+190+172=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEAC is #F54153. Grayscale: #868686. Windows color (decimal): -16073044 or 11320842. OLE color: 11320842.

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

Color convert

RGB10190172-
CMYK0.9500.090.25
HSL174º90%39.22%-
HSV(B)174º94.74%74.51%-
XYZ25.9939.8745.36-
YUV134.13149.3739.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.69%
GREEN value IS 190 (74.61% from 255) = 51.08%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=2.69%
G=51.08%
B=46.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101901720.9500.090.251749039.22
HexABEAC5F0919ae5a27
Octal122762541370113125613247
Binary1010101111101010110010111110100111001101011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,190,172); }

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

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

 a { background-color: rgb(10,190,172); }

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

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

 span { border-color: rgb(10,190,172); }

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