#AFF8C2

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

Shades of Fringy Flower #AFF8C2

Tints of Fringy Flower #AFF8C2

Color information

#AFF8C2 (or 0xAFF8C2) is unknown color: approx Fringy Flower. HEX triplet: AF, F8 and C2. RGB value is (175,248,194). Sum of RGB (Red+Green+Blue) = 175+248+194=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8C2 is #50073D. Grayscale: #DCDCDC. Windows color (decimal): -5244734 or 12777647. OLE color: 12777647.

HSL color Cylindrical-coordinate representation of color #AFF8C2: hue angle of 135.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8C2 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB175248194-
CMYK0.2900.220.03
HSL135.62º83.91%82.94%-
HSV(B)135.62º29.44%97.25%-
XYZ60.9880.1463.29-
YUV220.02113.3295.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=28.36%
G=40.19%
B=31.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481940.2900.220.03135.6283.9182.94
HexAFF8C21D0163885453
Octal257370302350263210124123
Binary10101111111110001100001011101010110111000100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8C2; }

 p { color: rgb(175,248,194); }

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

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

 a { background-color: rgb(175,248,194); }

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

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

 span { border-color: rgb(175,248,194); }

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