Html Css Color HEX #AFE5BE Fringy Flower

📋 copy color: '#AFE5BE'

red 175 ◦ green 229 ◦ blue 190

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

Shades of Fringy Flower #AFE5BE

Tints of Fringy Flower #AFE5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.99%

R = 29.46%
G = 38.55%
B = 31.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#AFE5BE (or 0xAFE5BE) is known color: Fringy Flower. HEX triplet: AF, E5 and BE. RGB value is (175,229,190). Sum of RGB (Red+Green+Blue) = 175+229+190=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5BE is #501A41. Grayscale: #D0D0D0. Windows color (decimal): -5249602 or 12510639. OLE color: 12510639.

HSL color Cylindrical-coordinate representation of color #AFE5BE: hue angle of 136.67º 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 #AFE5BE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 190 -
CMYK 0.24 0 0.17 0.10
HSL 136.67º 0.51% 0.79% -
HSV(B) 136.67º 0.24% 0.9% -
XYZ 54.99 68.87 59.11 -
YUV 208.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 175 229 190 0.24 0 0.17 0.10 136.67 0.51 0.79
Hex AF E5 BE 18 0 11 A 89 33 4F
Octal 257 345 276 30 0 21 12 211 63 117
Binary 10101111 11100101 10111110 11000 0 10001 1010 10001001 110011 1001111

Color Harmonies of #AFE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5BE

Black with #AFE5BE

Text Example


Text Example

White with #AFE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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