#AFFFED

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

Shades of Water Leaf #AFFFED

Tints of Water Leaf #AFFFED

Color information

#AFFFED (or 0xAFFFED) is unknown color: approx Water Leaf. HEX triplet: AF, FF and ED. RGB value is (175,255,237). Sum of RGB (Red+Green+Blue) = 175+255+237=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFED is #500012. Grayscale: #E5E5E5. Windows color (decimal): -5242899 or 15597487. OLE color: 15597487.

HSL color Cylindrical-coordinate representation of color #AFFFED: hue angle of 166.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFED is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB175255237-
CMYK0.3100.070
HSL166.5º100%84.31%-
HSV(B)166.5º31.37%100%-
XYZ68.7386.7593.24-
YUV229.03132.589.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.24%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=26.24%
G=38.23%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552370.3100.070166.510084.31
HexAFFFED1F070a66454
Octal25737735537070246144124
Binary10101111111111111110110111111011101010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFED; }

 p { color: rgb(175,255,237); }

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

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

 a { background-color: rgb(175,255,237); }

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

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

 span { border-color: rgb(175,255,237); }

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