#AFFDC1

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

Shades of Fringy Flower #AFFDC1

Tints of Fringy Flower #AFFDC1

Color information

#AFFDC1 (or 0xAFFDC1) is unknown color: approx Fringy Flower. HEX triplet: AF, FD and C1. RGB value is (175,253,193). Sum of RGB (Red+Green+Blue) = 175+253+193=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC1 is #50023E. Grayscale: #DEDEDE. Windows color (decimal): -5243455 or 12713391. OLE color: 12713391.

HSL color Cylindrical-coordinate representation of color #AFFDC1: hue angle of 133.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDC1 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB175253193-
CMYK0.3100.240.01
HSL133.85º95.12%83.92%-
HSV(B)133.85º30.83%99.22%-
XYZ62.4383.2163.22-
YUV222.84111.1693.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=28.18%
G=40.74%
B=31.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531930.3100.240.01133.8595.1283.92
HexAFFDC11F0181865f54
Octal257375301370301206137124
Binary1010111111111101110000011111101100011000011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDC1; }

 p { color: rgb(175,253,193); }

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

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

 a { background-color: rgb(175,253,193); }

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

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

 span { border-color: rgb(175,253,193); }

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