Html Css Color HEX #AFE5C4 Fringy Flower

📋 copy color: '#AFE5C4'

red 175 ◦ green 229 ◦ blue 196

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

Shades of Fringy Flower #AFE5C4

Tints of Fringy Flower #AFE5C4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.17%

 BLUE value IS 196 (76.95% from 255) = 32.67%

R = 29.17%
G = 38.17%
B = 32.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#AFE5C4 (or 0xAFE5C4) is known color: Fringy Flower. HEX triplet: AF, E5 and C4. RGB value is (175,229,196). Sum of RGB (Red+Green+Blue) = 175+229+196=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C4 is #501A3B. Grayscale: #D1D1D1. Windows color (decimal): -5249596 or 12903855. OLE color: 12903855.

HSL color Cylindrical-coordinate representation of color #AFE5C4: hue angle of 143.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5C4 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 196 -
CMYK 0.24 0 0.14 0.10
HSL 143.33º 0.51% 0.79% -
HSV(B) 143.33º 0.24% 0.9% -
XYZ 55.66 69.14 62.64 -
YUV 209.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 175 229 196 0.24 0 0.14 0.10 143.33 0.51 0.79
Hex AF E5 C4 18 0 E A 8F 33 4F
Octal 257 345 304 30 0 16 12 217 63 117
Binary 10101111 11100101 11000100 11000 0 1110 1010 10001111 110011 1001111

Color Harmonies of #AFE5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5C4

Black with #AFE5C4

Text Example


Text Example

White with #AFE5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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