#AFF9E9

Color #AFF9E9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AFF9E9

Tints of Water Leaf #AFF9E9

Color information

#AFF9E9 (or 0xAFF9E9) is unknown color: approx Water Leaf. HEX triplet: AF, F9 and E9. RGB value is (175,249,233). Sum of RGB (Red+Green+Blue) = 175+249+233=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9E9 is #500616. Grayscale: #E1E1E1. Windows color (decimal): -5244439 or 15333807. OLE color: 15333807.

HSL color Cylindrical-coordinate representation of color #AFF9E9: hue angle of 167.03º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9E9 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB175249233-
CMYK0.3000.060.02
HSL167.03º86.05%83.14%-
HSV(B)167.03º29.72%97.65%-
XYZ66.2682.7589.57-
YUV225.05132.4892.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=26.64%
G=37.90%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492330.3000.060.02167.0386.0583.14
HexAFF9E91E062a75653
Octal25737135136062247126123
Binary101011111111100111101001111100110101010011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9E9; }

 p { color: rgb(175,249,233); }

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

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

 a { background-color: rgb(175,249,233); }

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

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

 span { border-color: rgb(175,249,233); }

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