#AFFABB

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

Shades of Fringy Flower #AFFABB

Tints of Fringy Flower #AFFABB

Color information

#AFFABB (or 0xAFFABB) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and BB. RGB value is (175,250,187). Sum of RGB (Red+Green+Blue) = 175+250+187=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABB is #500544. Grayscale: #DCDCDC. Windows color (decimal): -5244229 or 12319407. OLE color: 12319407.

HSL color Cylindrical-coordinate representation of color #AFFABB: hue angle of 129.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFABB is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB175250187-
CMYK0.300.250.02
HSL129.6º88.24%83.33%-
HSV(B)129.6º30%98.04%-
XYZ60.8381.0759.46-
YUV220.39109.1595.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=28.59%
G=40.85%
B=30.56%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501870.300.250.02129.688.2483.33
HexAFFABB1E0192825853
Octal257372273360312202130123
Binary10101111111110101011101111110011001101000001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFABB; }

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

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

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

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

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

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

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

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