#AFFFEB

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

Shades of Water Leaf #AFFFEB

Tints of Water Leaf #AFFFEB

Color information

#AFFFEB (or 0xAFFFEB) is unknown color: approx Water Leaf. HEX triplet: AF, FF and EB. RGB value is (175,255,235). Sum of RGB (Red+Green+Blue) = 175+255+235=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFEB is #500014. Grayscale: #E4E4E4. Windows color (decimal): -5242901 or 15466415. OLE color: 15466415.

HSL color Cylindrical-coordinate representation of color #AFFFEB: hue angle of 165º 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 #AFFFEB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB175255235-
CMYK0.3100.080
HSL165º100%84.31%-
HSV(B)165º31.37%100%-
XYZ68.4386.6391.71-
YUV228.8131.589.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.32%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=26.32%
G=38.35%
B=35.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552350.3100.08016510084.31
HexAFFFEB1F080a56454
Octal257377353370100245144124
Binary101011111111111111101011111110100001010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFEB; }

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

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

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

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

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

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

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

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