#AFFBC3

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

Shades of Fringy Flower #AFFBC3

Tints of Fringy Flower #AFFBC3

Color information

#AFFBC3 (or 0xAFFBC3) is unknown color: approx Fringy Flower. HEX triplet: AF, FB and C3. RGB value is (175,251,195). Sum of RGB (Red+Green+Blue) = 175+251+195=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC3 is #50043C. Grayscale: #DEDEDE. Windows color (decimal): -5243965 or 12843951. OLE color: 12843951.

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

Color convert

RGB175251195-
CMYK0.3000.220.02
HSL135.79º90.48%83.53%-
HSV(B)135.79º30.28%98.43%-
XYZ62.0382.0564.2-
YUV221.89112.8294.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 195 (76.56% from 255) = 31.40%
R=28.18%
G=40.42%
B=31.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511950.3000.220.02135.7990.4883.53
HexAFFBC31E0162885a54
Octal257373303360262210132124
Binary10101111111110111100001111110010110101000100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBC3; }

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

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

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

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

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

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

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

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