#AFDDB8

Color #AFDDB8 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AFDDB8

Tints of Fringy Flower #AFDDB8

Color information

#AFDDB8 (or 0xAFDDB8) is unknown color: approx Fringy Flower. HEX triplet: AF, DD and B8. RGB value is (175,221,184). Sum of RGB (Red+Green+Blue) = 175+221+184=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB8 is #502247. Grayscale: #CBCBCB. Windows color (decimal): -5251656 or 12115375. OLE color: 12115375.

HSL color Cylindrical-coordinate representation of color #AFDDB8: hue angle of 131.74º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDB8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB175221184-
CMYK0.2100.170.13
HSL131.74º40.35%77.65%-
HSV(B)131.74º20.81%86.67%-
XYZ52.1964.2955.01-
YUV203.03117.26108.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=30.17%
G=38.10%
B=31.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211840.2100.170.13131.7440.3577.65
HexAFDDB815011D84284e
Octal257335270250211520450116
Binary101011111101110110111000101010100011101100001001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB8; }

 p { color: rgb(175,221,184); }

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

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

 a { background-color: rgb(175,221,184); }

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

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

 span { border-color: rgb(175,221,184); }

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