#12AF9C

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

Shades of Light Sea Green #12AF9C

Tints of Light Sea Green #12AF9C

Color information

#12AF9C (or 0x12AF9C) is unknown color: approx Light Sea Green. HEX triplet: 12, AF and 9C. RGB value is (18,175,156). Sum of RGB (Red+Green+Blue) = 18+175+156=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF9C is #ED5063. Grayscale: #7D7D7D. Windows color (decimal): -15552612 or 10268434. OLE color: 10268434.

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

Color convert

RGB18175156-
CMYK0.9000.110.31
HSL172.74º81.35%37.84%-
HSV(B)172.74º89.71%68.63%-
XYZ21.5833.1936.72-
YUV125.89144.9951.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=5.16%
G=50.14%
B=44.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751560.9000.110.31172.7481.3537.84
Hex12AF9C5A0B1Fad5126
Octal222572341320133725512146
Binary10010101011111001110010110100101111111101011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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