#12A6A4

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

Shades of Light Sea Green #12A6A4

Tints of Light Sea Green #12A6A4

Color information

#12A6A4 (or 0x12A6A4) is unknown color: approx Light Sea Green. HEX triplet: 12, A6 and A4. RGB value is (18,166,164). Sum of RGB (Red+Green+Blue) = 18+166+164=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #12A6A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A6A4 is #ED595B. Grayscale: #797979. Windows color (decimal): -15554908 or 10790418. OLE color: 10790418.

HSL color Cylindrical-coordinate representation of color #12A6A4: hue angle of 179.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A6A4 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB18166164-
CMYK0.8900.010.35
HSL179.19º80.43%36.08%-
HSV(B)179.19º89.16%65.1%-
XYZ20.5930.0839.84-
YUV121.52151.9754.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 166 (65.23% from 255) = 47.70%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=5.17%
G=47.70%
B=47.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181661640.8900.010.35179.1980.4336.08
Hex12A6A4590123b35024
Octal22246244131014326312044
Binary100101010011010100100101100101100011101100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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