#12A69F

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

Shades of Light Sea Green #12A69F

Tints of Light Sea Green #12A69F

Color information

#12A69F (or 0x12A69F) is unknown color: approx Light Sea Green. HEX triplet: 12, A6 and 9F. RGB value is (18,166,159). Sum of RGB (Red+Green+Blue) = 18+166+159=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #12A69F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A69F is #ED5960. Grayscale: #787878. Windows color (decimal): -15554913 or 10462738. OLE color: 10462738.

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

Color convert

RGB18166159-
CMYK0.8900.040.35
HSL177.16º80.43%36.08%-
HSV(B)177.16º89.16%65.1%-
XYZ20.1429.937.51-
YUV120.95149.4754.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=5.25%
G=48.40%
B=46.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181661590.8900.040.35177.1680.4336.08
Hex12A69F590423b15024
Octal22246237131044326112044
Binary10010101001101001111110110010100100011101100011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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