Html Css Color HEX #AFEDC1 Fringy Flower

📋 copy color: '#AFEDC1'

red 175 ◦ green 237 ◦ blue 193

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

Shades of Fringy Flower #AFEDC1

Tints of Fringy Flower #AFEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.9%

R = 28.93%
G = 39.17%
B = 31.9%

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

#AFEDC1 (or 0xAFEDC1) is known color: Fringy Flower. HEX triplet: AF, ED and C1. RGB value is (175,237,193). Sum of RGB (Red+Green+Blue) = 175+237+193=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC1 is #50123E. Grayscale: #D5D5D5. Windows color (decimal): -5247551 or 12709295. OLE color: 12709295.

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

Color convert

RGB 175 237 193 -
CMYK 0.26 0 0.19 0.07
HSL 137.42º 0.63% 0.81% -
HSV(B) 137.42º 0.26% 0.93% -
XYZ 57.59 73.53 61.61 -
YUV 213.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 175 237 193 0.26 0 0.19 0.07 137.42 0.63 0.81
Hex AF ED C1 1A 0 13 7 89 3F 51
Octal 257 355 301 32 0 23 7 211 77 121
Binary 10101111 11101101 11000001 11010 0 10011 111 10001001 111111 1010001

Color Harmonies of #AFEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDC1

Black with #AFEDC1

Text Example


Text Example

White with #AFEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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