Html Css Color HEX #AFEDC0 Fringy Flower

📋 copy color: '#AFEDC0'

red 175 ◦ green 237 ◦ blue 192

#AFEDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AFEDC0

Tints of Fringy Flower #AFEDC0

RGB

 RED value IS 175 (68.75% from 255) = 28.97%

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 28.97%
G = 39.24%
B = 31.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#AFEDC0 (or 0xAFEDC0) is known color: Fringy Flower. HEX triplet: AF, ED and C0. RGB value is (175,237,192). Sum of RGB (Red+Green+Blue) = 175+237+192=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC0 is #50123F. Grayscale: #D5D5D5. Windows color (decimal): -5247552 or 12643759. OLE color: 12643759.

HSL color Cylindrical-coordinate representation of color #AFEDC0: hue angle of 136.45º 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 #AFEDC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 192 -
CMYK 0.26 0 0.19 0.07
HSL 136.45º 0.63% 0.81% -
HSV(B) 136.45º 0.26% 0.93% -
XYZ 57.48 73.49 61.02 -
YUV 213.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 175 237 192 0.26 0 0.19 0.07 136.45 0.63 0.81
Hex AF ED C0 1A 0 13 7 88 3F 51
Octal 257 355 300 32 0 23 7 210 77 121
Binary 10101111 11101101 11000000 11010 0 10011 111 10001000 111111 1010001

Color Harmonies of #AFEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDC0

Black with #AFEDC0

Text Example


Text Example

White with #AFEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDC0; }

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

 H1.HeaderClassName
 {
   color: #AFEDC0;
 }
 .AnyTagClassName
 {
   color: #AFEDC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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