#AFDBBA

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

Shades of Fringy Flower #AFDBBA

Tints of Fringy Flower #AFDBBA

Color information

#AFDBBA (or 0xAFDBBA) is unknown color: approx Fringy Flower. HEX triplet: AF, DB and BA. RGB value is (175,219,186). Sum of RGB (Red+Green+Blue) = 175+219+186=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBBA is #502445. Grayscale: #CACACA. Windows color (decimal): -5252166 or 12245935. OLE color: 12245935.

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

Color convert

RGB175219186-
CMYK0.2000.150.14
HSL135º37.93%77.25%-
HSV(B)135º20.09%85.88%-
XYZ51.8763.3255.94-
YUV202.08118.92108.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=30.17%
G=37.76%
B=32.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191860.2000.150.1413537.9377.25
HexAFDBBA140FE87264d
Octal257333272240171620746115
Binary10101111110110111011101010100011111110100001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBBA; }

 p { color: rgb(175,219,186); }

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

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

 a { background-color: rgb(175,219,186); }

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

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

 span { border-color: rgb(175,219,186); }

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