#AFFBBA

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

Shades of Fringy Flower #AFFBBA

Tints of Fringy Flower #AFFBBA

Color information

#AFFBBA (or 0xAFFBBA) is unknown color: approx Fringy Flower. HEX triplet: AF, FB and BA. RGB value is (175,251,186). Sum of RGB (Red+Green+Blue) = 175+251+186=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBA is #500445. Grayscale: #DDDDDD. Windows color (decimal): -5243974 or 12254127. OLE color: 12254127.

HSL color Cylindrical-coordinate representation of color #AFFBBA: hue angle of 128.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBBA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB175251186-
CMYK0.3000.260.02
HSL128.68º90.48%83.53%-
HSV(B)128.68º30.28%98.43%-
XYZ61.0481.6559-
YUV220.87108.3295.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=28.59%
G=41.01%
B=30.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511860.3000.260.02128.6890.4883.53
HexAFFBBA1E01A2815a54
Octal257373272360322201132124
Binary10101111111110111011101011110011010101000000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBBA; }

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

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

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

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

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

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

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

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