#afeede

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

Shades of Water Leaf #AFEEDE

Tints of Water Leaf #AFEEDE

Color information

#AFEEDE (or 0xAFEEDE) is unknown color: approx Water Leaf. HEX triplet: AF, EE and DE. RGB value is (175,238,222). Sum of RGB (Red+Green+Blue) = 175+238+222=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDE is #501121. Grayscale: #D9D9D9. Windows color (decimal): -5247266 or 14610095. OLE color: 14610095.

HSL color Cylindrical-coordinate representation of color #AFEEDE: hue angle of 164.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEDE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB175238222-
CMYK0.2600.070.07
HSL164.76º64.95%80.98%-
HSV(B)164.76º26.47%93.33%-
XYZ61.4475.5480.45-
YUV217.34130.6397.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=27.56%
G=37.48%
B=34.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382220.2600.070.07164.7664.9580.98
HexAFEEDE1A077a54151
Octal25735633632077245101121
Binary1010111111101110110111101101001111111010010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afeede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afeede; }

 p { color: rgb(175,238,222); }

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

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

 a { background-color: rgb(175,238,222); }

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

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

 span { border-color: rgb(175,238,222); }

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