#AFFAB7

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

Shades of Fringy Flower #AFFAB7

Tints of Fringy Flower #AFFAB7

Color information

#AFFAB7 (or 0xAFFAB7) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and B7. RGB value is (175,250,183). Sum of RGB (Red+Green+Blue) = 175+250+183=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB7 is #500548. Grayscale: #DCDCDC. Windows color (decimal): -5244233 or 12057263. OLE color: 12057263.

HSL color Cylindrical-coordinate representation of color #AFFAB7: hue angle of 126.4º 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 #AFFAB7 is Cyan = 0.3, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB175250183-
CMYK0.300.270.02
HSL126.4º88.24%83.33%-
HSV(B)126.4º30%98.04%-
XYZ60.4180.957.23-
YUV219.94107.1595.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=28.78%
G=41.12%
B=30.10%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501830.300.270.02126.488.2483.33
HexAFFAB71E01B27e5853
Octal257372267360332176130123
Binary1010111111111010101101111111001101110111111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB7; }

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

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

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

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

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

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

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

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