#AFF0C3

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

Shades of Fringy Flower #AFF0C3

Tints of Fringy Flower #AFF0C3

Color information

#AFF0C3 (or 0xAFF0C3) is unknown color: approx Fringy Flower. HEX triplet: AF, F0 and C3. RGB value is (175,240,195). Sum of RGB (Red+Green+Blue) = 175+240+195=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C3 is #500F3C. Grayscale: #D7D7D7. Windows color (decimal): -5246781 or 12841135. OLE color: 12841135.

HSL color Cylindrical-coordinate representation of color #AFF0C3: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0C3 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB175240195-
CMYK0.2700.190.06
HSL138.46º68.42%81.37%-
HSV(B)138.46º27.08%94.12%-
XYZ58.6975.3763.09-
YUV215.43116.4799.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 240 (94.14% from 255) = 39.34%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=28.69%
G=39.34%
B=31.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401950.2700.190.06138.4668.4281.37
HexAFF0C31B01368a4451
Octal257360303330236212104121
Binary101011111111000011000011110110100111101000101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0C3; }

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

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

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

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

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

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

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

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