Html Css Color HEX #AFEAB8 Fringy Flower

📋 copy color: '#AFEAB8'

red 175 ◦ green 234 ◦ blue 184

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

Shades of Fringy Flower #AFEAB8

Tints of Fringy Flower #AFEAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 29.51%
G = 39.46%
B = 31.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AFEAB8 (or 0xAFEAB8) is known color: Fringy Flower. HEX triplet: AF, EA and B8. RGB value is (175,234,184). Sum of RGB (Red+Green+Blue) = 175+234+184=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAB8 is #501547. Grayscale: #D2D2D2. Windows color (decimal): -5248328 or 12118703. OLE color: 12118703.

HSL color Cylindrical-coordinate representation of color #AFEAB8: hue angle of 129.15º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAB8 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 184 -
CMYK 0.25 0 0.21 0.08
HSL 129.15º 0.58% 0.8% -
HSV(B) 129.15º 0.25% 0.92% -
XYZ 55.75 71.42 56.19 -
YUV 210.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 175 234 184 0.25 0 0.21 0.08 129.15 0.58 0.8
Hex AF EA B8 19 0 15 8 81 3A 50
Octal 257 352 270 31 0 25 10 201 72 120
Binary 10101111 11101010 10111000 11001 0 10101 1000 10000001 111010 1010000

Color Harmonies of #AFEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAB8

Black with #AFEAB8

Text Example


Text Example

White with #AFEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAB8; }

 p { color: rgb(175,234,184); }

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

background-color css

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

 a { background-color: rgb(175,234,184); }

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

border-color css

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

 span { border-color: rgb(175,234,184); }

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