#12AFA6

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

Shades of Light Sea Green #12AFA6

Tints of Light Sea Green #12AFA6

Color information

#12AFA6 (or 0x12AFA6) is unknown color: approx Light Sea Green. HEX triplet: 12, AF and A6. RGB value is (18,175,166). Sum of RGB (Red+Green+Blue) = 18+175+166=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFA6 is #ED5059. Grayscale: #7E7E7E. Windows color (decimal): -15552602 or 10923794. OLE color: 10923794.

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

Color convert

RGB18175166-
CMYK0.9000.050.31
HSL176.56º81.35%37.84%-
HSV(B)176.56º89.71%68.63%-
XYZ22.4633.5441.37-
YUV127.03149.9950.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.01%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=5.01%
G=48.75%
B=46.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751660.9000.050.31176.5681.3537.84
Hex12AFA65A051Fb15126
Octal22257246132053726112146
Binary1001010101111101001101011010010111111101100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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