Html Css Color HEX #AFEDC4 Fringy Flower

📋 copy color: '#AFEDC4'

red 175 ◦ green 237 ◦ blue 196

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

Shades of Fringy Flower #AFEDC4

Tints of Fringy Flower #AFEDC4

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 value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AFEDC4 (or 0xAFEDC4) is known color: 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

RGB 175 237 196 -
CMYK 0.26 0 0.17 0.07
HSL 140.32º 0.63% 0.81% -
HSV(B) 140.32º 0.26% 0.93% -
XYZ 57.93 73.67 63.39 -
YUV 213.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 175 237 196 0.26 0 0.17 0.07 140.32 0.63 0.81
Hex AF ED C4 1A 0 11 7 8C 3F 51
Octal 257 355 304 32 0 21 7 214 77 121
Binary 10101111 11101101 11000100 11010 0 10001 111 10001100 111111 1010001

Color Harmonies of #AFEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDC4

Black with #AFEDC4

Text Example


Text Example

White with #AFEDC4

Text Example


Text Example

HTML Codes & Css Web 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>