#11AFA4

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

Shades of Light Sea Green #11AFA4

Tints of Light Sea Green #11AFA4

Color information

#11AFA4 (or 0x11AFA4) is unknown color: approx Light Sea Green. HEX triplet: 11, AF and A4. RGB value is (17,175,164). Sum of RGB (Red+Green+Blue) = 17+175+164=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFA4 is #EE505B. Grayscale: #7E7E7E. Windows color (decimal): -15618140 or 10792721. OLE color: 10792721.

HSL color Cylindrical-coordinate representation of color #11AFA4: hue angle of 175.82º degrees, saturation: 0.82, 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 #11AFA4 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17175164-
CMYK0.9000.060.31
HSL175.82º82.29%37.65%-
HSV(B)175.82º90.29%68.63%-
XYZ22.2633.4640.41-
YUV126.5149.1549.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.78%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=4.78%
G=49.16%
B=46.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751640.9000.060.31175.8282.2937.65
Hex11AFA45A061Fb05226
Octal21257244132063726012246
Binary1000110101111101001001011010011011111101100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AFA4; }

 p { color: rgb(17,175,164); }

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

<style>
 a { background-color: #11AFA4; }

 a { background-color: rgb(17,175,164); }

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

<style>
 span { border-color: #11AFA4; }

 span { border-color: rgb(17,175,164); }

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