#AFEEE1

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

Shades of Water Leaf #AFEEE1

Tints of Water Leaf #AFEEE1

Color information

#AFEEE1 (or 0xAFEEE1) is unknown color: approx Water Leaf. HEX triplet: AF, EE and E1. RGB value is (175,238,225). Sum of RGB (Red+Green+Blue) = 175+238+225=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEE1 is #50111E. Grayscale: #D9D9D9. Windows color (decimal): -5247263 or 14806703. OLE color: 14806703.

HSL color Cylindrical-coordinate representation of color #AFEEE1: hue angle of 167.62º 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 #AFEEE1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB175238225-
CMYK0.2600.050.07
HSL167.62º64.95%80.98%-
HSV(B)167.62º26.47%93.33%-
XYZ61.8475.782.59-
YUV217.68132.1397.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=27.43%
G=37.30%
B=35.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382250.2600.050.07167.6264.9580.98
HexAFEEE11A057a84151
Octal25735634132057250101121
Binary1010111111101110111000011101001011111010100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEE1; }

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

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

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

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

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

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

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

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