#AFFABC

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

Shades of Fringy Flower #AFFABC

Tints of Fringy Flower #AFFABC

Color information

#AFFABC (or 0xAFFABC) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and BC. RGB value is (175,250,188). Sum of RGB (Red+Green+Blue) = 175+250+188=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABC is #500543. Grayscale: #DCDCDC. Windows color (decimal): -5244228 or 12384943. OLE color: 12384943.

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

Color convert

RGB175250188-
CMYK0.300.250.02
HSL130.4º88.24%83.33%-
HSV(B)130.4º30%98.04%-
XYZ60.9481.1260.02-
YUV220.51109.6595.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=28.55%
G=40.78%
B=30.67%

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
Decimal1752501880.300.250.02130.488.2483.33
HexAFFABC1E0192825853
Octal257372274360312202130123
Binary10101111111110101011110011110011001101000001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFABC; }

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

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

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

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

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

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

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

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