Html Css Color HEX #AFE1B9 Fringy Flower

📋 copy color: '#AFE1B9'

red 175 ◦ green 225 ◦ blue 185

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

Shades of Fringy Flower #AFE1B9

Tints of Fringy Flower #AFE1B9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

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

R = 29.91%
G = 38.46%
B = 31.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#AFE1B9 (or 0xAFE1B9) is known color: Fringy Flower. HEX triplet: AF, E1 and B9. RGB value is (175,225,185). Sum of RGB (Red+Green+Blue) = 175+225+185=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1B9 is #501E46. Grayscale: #CDCDCD. Windows color (decimal): -5250631 or 12181935. OLE color: 12181935.

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

Color convert

RGB 175 225 185 -
CMYK 0.22 0 0.18 0.12
HSL 132º 0.45% 0.78% -
HSV(B) 132º 0.22% 0.88% -
XYZ 53.36 66.47 55.92 -
YUV 205.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 175 225 185 0.22 0 0.18 0.12 132 0.45 0.78
Hex AF E1 B9 16 0 12 C 84 2D 4E
Octal 257 341 271 26 0 22 14 204 55 116
Binary 10101111 11100001 10111001 10110 0 10010 1100 10000100 101101 1001110

Color Harmonies of #AFE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1B9

Black with #AFE1B9

Text Example


Text Example

White with #AFE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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