#AFEDC4

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

Shades of Fringy Flower #AFEDC4

Tints of Fringy Flower #AFEDC4

Color information

#AFEDC4 (or 0xAFEDC4) is unknown color: approx Fringy Flower. HEX triplet: AF, ED and C4. RGB value is (175,237,196). Sum of RGB (Red+Green+Blue) = 175+237+196=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC4 is #50123B. Grayscale: #D5D5D5. Windows color (decimal): -5247548 or 12905903. OLE color: 12905903.

HSL color Cylindrical-coordinate representation of color #AFEDC4: hue angle of 140.32º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDC4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB175237196-
CMYK0.2600.170.07
HSL140.32º63.27%80.78%-
HSV(B)140.32º26.16%92.94%-
XYZ57.9373.6763.39-
YUV213.79117.96100.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=28.78%
G=38.98%
B=32.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371960.2600.170.07140.3263.2780.78
HexAFEDC41A01178c3f51
Octal25735530432021721477121
Binary10101111111011011100010011010010001111100011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDC4; }

 p { color: rgb(175,237,196); }

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

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

 a { background-color: rgb(175,237,196); }

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

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

 span { border-color: rgb(175,237,196); }

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