#12AAAF

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

Shades of Light Sea Green #12AAAF

Tints of Light Sea Green #12AAAF

Color information

#12AAAF (or 0x12AAAF) is unknown color: approx Light Sea Green. HEX triplet: 12, AA and AF. RGB value is (18,170,175). Sum of RGB (Red+Green+Blue) = 18+170+175=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #12AAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAF is #ED5550. Grayscale: #7C7C7C. Windows color (decimal): -15553873 or 11512338. OLE color: 11512338.

HSL color Cylindrical-coordinate representation of color #12AAAF: hue angle of 181.91º 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 #12AAAF is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18170175-
CMYK0.900.0300.31
HSL181.91º81.35%37.84%-
HSV(B)181.91º89.71%68.63%-
XYZ22.3631.9745.55-
YUV125.12156.1451.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=4.96%
G=46.83%
B=48.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181701750.900.0300.31181.9181.3537.84
Hex12AAAF5A301Fb65126
Octal22252257132303726612146
Binary100101010101010101111101101011011111101101101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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