#12ABAF

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

Shades of Light Sea Green #12ABAF

Tints of Light Sea Green #12ABAF

Color information

#12ABAF (or 0x12ABAF) is unknown color: approx Light Sea Green. HEX triplet: 12, AB and AF. RGB value is (18,171,175). Sum of RGB (Red+Green+Blue) = 18+171+175=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #12ABAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABAF is #ED5450. Grayscale: #7D7D7D. Windows color (decimal): -15553617 or 11512594. OLE color: 11512594.

HSL color Cylindrical-coordinate representation of color #12ABAF: hue angle of 181.53º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ABAF is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18171175-
CMYK0.900.0200.31
HSL181.53º81.35%37.84%-
HSV(B)181.53º89.71%68.63%-
XYZ22.5532.3545.61-
YUV125.71155.8151.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.95%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=4.95%
G=46.98%
B=48.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181711750.900.0200.31181.5381.3537.84
Hex12ABAF5A201Fb65126
Octal22253257132203726612146
Binary100101010101110101111101101010011111101101101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12ABAF; }

 p { color: rgb(18,171,175); }

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

<style>
 a { background-color: #12ABAF; }

 a { background-color: rgb(18,171,175); }

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

<style>
 span { border-color: #12ABAF; }

 span { border-color: rgb(18,171,175); }

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