#12AAAA

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

Shades of Light Sea Green #12AAAA

Tints of Light Sea Green #12AAAA

Color information

#12AAAA (or 0x12AAAA) is unknown color: approx Light Sea Green. HEX triplet: 12, AA and AA. RGB value is (18,170,170). Sum of RGB (Red+Green+Blue) = 18+170+170=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #12AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAA is #ED5555. Grayscale: #7C7C7C. Windows color (decimal): -15553878 or 11184658. OLE color: 11184658.

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

Color convert

RGB18170170-
CMYK0.89000.33
HSL180º80.85%36.86%-
HSV(B)180º89.41%66.67%-
XYZ21.8831.7843.01-
YUV124.55153.6452-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.03%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=5.03%
G=47.49%
B=47.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701700.89000.3318080.8536.86
Hex12AAAA590021b45125
Octal22252252131004126412145
Binary100101010101010101010101100100100001101101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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