#12A5A3

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

Shades of Light Sea Green #12A5A3

Tints of Light Sea Green #12A5A3

Color information

#12A5A3 (or 0x12A5A3) is unknown color: approx Light Sea Green. HEX triplet: 12, A5 and A3. RGB value is (18,165,163). Sum of RGB (Red+Green+Blue) = 18+165+163=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #12A5A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A5A3 is #ED5A5C. Grayscale: #787878. Windows color (decimal): -15555165 or 10724626. OLE color: 10724626.

HSL color Cylindrical-coordinate representation of color #12A5A3: hue angle of 179.18º 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 #12A5A3 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB18165163-
CMYK0.8900.010.35
HSL179.18º80.33%35.88%-
HSV(B)179.18º89.09%64.71%-
XYZ20.3229.6839.31-
YUV120.82151.854.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.20%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=5.20%
G=47.69%
B=47.11%

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
Decimal181651630.8900.010.35179.1880.3335.88
Hex12A5A3590123b35024
Octal22245243131014326312044
Binary100101010010110100011101100101100011101100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,163); }

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

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

 a { background-color: rgb(18,165,163); }

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

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

 span { border-color: rgb(18,165,163); }

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