Html Css Color HEX #AFE0BE Fringy Flower

📋 copy color: '#AFE0BE'

red 175 ◦ green 224 ◦ blue 190

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

Shades of Fringy Flower #AFE0BE

Tints of Fringy Flower #AFE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

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

R = 29.71%
G = 38.03%
B = 32.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#AFE0BE (or 0xAFE0BE) is known color: Fringy Flower. HEX triplet: AF, E0 and BE. RGB value is (175,224,190). Sum of RGB (Red+Green+Blue) = 175+224+190=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0BE is #501F41. Grayscale: #CDCDCD. Windows color (decimal): -5250882 or 12509359. OLE color: 12509359.

HSL color Cylindrical-coordinate representation of color #AFE0BE: hue angle of 138.37º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0BE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 190 -
CMYK 0.22 0 0.15 0.12
HSL 138.37º 0.44% 0.78% -
HSV(B) 138.37º 0.22% 0.88% -
XYZ 53.63 66.14 58.66 -
YUV 205.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 175 224 190 0.22 0 0.15 0.12 138.37 0.44 0.78
Hex AF E0 BE 16 0 F C 8A 2C 4E
Octal 257 340 276 26 0 17 14 212 54 116
Binary 10101111 11100000 10111110 10110 0 1111 1100 10001010 101100 1001110

Color Harmonies of #AFE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0BE

Black with #AFE0BE

Text Example


Text Example

White with #AFE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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