#12A4AB

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

Shades of Light Sea Green #12A4AB

Tints of Light Sea Green #12A4AB

Color information

#12A4AB (or 0x12A4AB) is unknown color: approx Light Sea Green. HEX triplet: 12, A4 and AB. RGB value is (18,164,171). Sum of RGB (Red+Green+Blue) = 18+164+171=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #12A4AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A4AB is #ED5B54. Grayscale: #787878. Windows color (decimal): -15555413 or 11248658. OLE color: 11248658.

HSL color Cylindrical-coordinate representation of color #12A4AB: hue angle of 182.75º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A4AB is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18164171-
CMYK0.890.0400.33
HSL182.75º80.95%37.06%-
HSV(B)182.75º89.47%67.06%-
XYZ20.8829.6243.15-
YUV121.14156.1354.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=5.10%
G=46.46%
B=48.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181641710.890.0400.33182.7580.9537.06
Hex12A4AB594021b75125
Octal22244253131404126712145
Binary10010101001001010101110110011000100001101101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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