#AFDAB8

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

Shades of Fringy Flower #AFDAB8

Tints of Fringy Flower #AFDAB8

Color information

#AFDAB8 (or 0xAFDAB8) is unknown color: approx Fringy Flower. HEX triplet: AF, DA and B8. RGB value is (175,218,184). Sum of RGB (Red+Green+Blue) = 175+218+184=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB8 is #502547. Grayscale: #C9C9C9. Windows color (decimal): -5252424 or 12114607. OLE color: 12114607.

HSL color Cylindrical-coordinate representation of color #AFDAB8: hue angle of 132.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB175218184-
CMYK0.2000.160.15
HSL132.56º36.75%77.06%-
HSV(B)132.56º19.72%85.49%-
XYZ51.462.7254.74-
YUV201.27118.25109.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=30.33%
G=37.78%
B=31.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181840.2000.160.15132.5636.7577.06
HexAFDAB814010F85254d
Octal257332270240201720545115
Binary101011111101101010111000101000100001111100001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB8; }

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

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

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

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

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

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

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

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