Html Css Color HEX #AFE0BB Fringy Flower

📋 copy color: '#AFE0BB'

red 175 ◦ green 224 ◦ blue 187

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

Shades of Fringy Flower #AFE0BB

Tints of Fringy Flower #AFE0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 29.86%
G = 38.23%
B = 31.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#AFE0BB (or 0xAFE0BB) is known color: Fringy Flower. HEX triplet: AF, E0 and BB. RGB value is (175,224,187). Sum of RGB (Red+Green+Blue) = 175+224+187=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0BB is #501F44. Grayscale: #CDCDCD. Windows color (decimal): -5250885 or 12312751. OLE color: 12312751.

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

Color convert

RGB 175 224 187 -
CMYK 0.22 0 0.17 0.12
HSL 134.69º 0.44% 0.78% -
HSV(B) 134.69º 0.22% 0.88% -
XYZ 53.3 66.01 56.95 -
YUV 205.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 175 224 187 0.22 0 0.17 0.12 134.69 0.44 0.78
Hex AF E0 BB 16 0 11 C 87 2C 4E
Octal 257 340 273 26 0 21 14 207 54 116
Binary 10101111 11100000 10111011 10110 0 10001 1100 10000111 101100 1001110

Color Harmonies of #AFE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0BB

Black with #AFE0BB

Text Example


Text Example

White with #AFE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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