#AFDABB

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

Shades of Fringy Flower #AFDABB

Tints of Fringy Flower #AFDABB

Color information

#AFDABB (or 0xAFDABB) is unknown color: approx Fringy Flower. HEX triplet: AF, DA and BB. RGB value is (175,218,187). Sum of RGB (Red+Green+Blue) = 175+218+187=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDABB is #502544. Grayscale: #C9C9C9. Windows color (decimal): -5252421 or 12311215. OLE color: 12311215.

HSL color Cylindrical-coordinate representation of color #AFDABB: hue angle of 136.74º 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 #AFDABB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB175218187-
CMYK0.2000.140.15
HSL136.74º36.75%77.06%-
HSV(B)136.74º19.72%85.49%-
XYZ51.7262.8456.42-
YUV201.61119.75109.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=30.17%
G=37.59%
B=32.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181870.2000.140.15136.7436.7577.06
HexAFDABB140EF89254d
Octal257332273240161721145115
Binary10101111110110101011101110100011101111100010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDABB; }

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

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

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

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

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

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

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

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