#12AAA3

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

Shades of Light Sea Green #12AAA3

Tints of Light Sea Green #12AAA3

Color information

#12AAA3 (or 0x12AAA3) is unknown color: approx Light Sea Green. HEX triplet: 12, AA and A3. RGB value is (18,170,163). Sum of RGB (Red+Green+Blue) = 18+170+163=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #12AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAA3 is #ED555C. Grayscale: #7B7B7B. Windows color (decimal): -15553885 or 10725906. OLE color: 10725906.

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

Color convert

RGB18170163-
CMYK0.8900.040.33
HSL177.24º80.85%36.86%-
HSV(B)177.24º89.41%66.67%-
XYZ21.2431.5239.62-
YUV123.75150.1452.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=5.13%
G=48.43%
B=46.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701630.8900.040.33177.2480.8536.86
Hex12AAA3590421b15125
Octal22252243131044126112145
Binary10010101010101010001110110010100100001101100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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