Html Css Color HEX #AFE4B9 Fringy Flower

📋 copy color: '#AFE4B9'

red 175 ◦ green 228 ◦ blue 185

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

Shades of Fringy Flower #AFE4B9

Tints of Fringy Flower #AFE4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.78%

 BLUE value IS 185 (72.66% from 255) = 31.46%

R = 29.76%
G = 38.78%
B = 31.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#AFE4B9 (or 0xAFE4B9) is known color: Fringy Flower. HEX triplet: AF, E4 and B9. RGB value is (175,228,185). Sum of RGB (Red+Green+Blue) = 175+228+185=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4B9 is #501B46. Grayscale: #CFCFCF. Windows color (decimal): -5249863 or 12182703. OLE color: 12182703.

HSL color Cylindrical-coordinate representation of color #AFE4B9: hue angle of 131.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4B9 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 185 -
CMYK 0.23 0 0.19 0.11
HSL 131.32º 0.5% 0.79% -
HSV(B) 131.32º 0.23% 0.89% -
XYZ 54.18 68.1 56.19 -
YUV 207.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 175 228 185 0.23 0 0.19 0.11 131.32 0.5 0.79
Hex AF E4 B9 17 0 13 B 83 32 4F
Octal 257 344 271 27 0 23 13 203 62 117
Binary 10101111 11100100 10111001 10111 0 10011 1011 10000011 110010 1001111

Color Harmonies of #AFE4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4B9

Black with #AFE4B9

Text Example


Text Example

White with #AFE4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4B9; }

 p { color: rgb(175,228,185); }

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

background-color css

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

 a { background-color: rgb(175,228,185); }

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

border-color css

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

 span { border-color: rgb(175,228,185); }

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