#AFFCEB

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

Shades of Water Leaf #AFFCEB

Tints of Water Leaf #AFFCEB

Color information

#AFFCEB (or 0xAFFCEB) is unknown color: approx Water Leaf. HEX triplet: AF, FC and EB. RGB value is (175,252,235). Sum of RGB (Red+Green+Blue) = 175+252+235=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCEB is #500314. Grayscale: #E3E3E3. Windows color (decimal): -5243669 or 15465647. OLE color: 15465647.

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

Color convert

RGB175252235-
CMYK0.3100.070.01
HSL166.75º92.77%83.73%-
HSV(B)166.75º30.56%98.82%-
XYZ67.4984.7391.4-
YUV227.04132.4990.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.44%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=26.44%
G=38.07%
B=35.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522350.3100.070.01166.7592.7783.73
HexAFFCEB1F071a75d54
Octal25737435337071247135124
Binary10101111111111001110101111111011111010011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCEB; }

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

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

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

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

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

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

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

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