#AFFDBA

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

Shades of Fringy Flower #AFFDBA

Tints of Fringy Flower #AFFDBA

Color information

#AFFDBA (or 0xAFFDBA) is unknown color: approx Fringy Flower. HEX triplet: AF, FD and BA. RGB value is (175,253,186). Sum of RGB (Red+Green+Blue) = 175+253+186=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDBA is #500245. Grayscale: #DEDEDE. Windows color (decimal): -5243462 or 12254639. OLE color: 12254639.

HSL color Cylindrical-coordinate representation of color #AFFDBA: hue angle of 128.46º degrees, saturation: 0.95, 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 #AFFDBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB175253186-
CMYK0.3100.260.01
HSL128.46º95.12%83.92%-
HSV(B)128.46º30.83%99.22%-
XYZ61.6782.9159.21-
YUV222.04107.6694.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=28.50%
G=41.21%
B=30.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531860.3100.260.01128.4695.1283.92
HexAFFDBA1F01A1805f54
Octal257375272370321200137124
Binary1010111111111101101110101111101101011000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDBA; }

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

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

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

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

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

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

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

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