Html Css Color HEX #AFEAB7 Fringy Flower

📋 copy color: '#AFEAB7'

red 175 ◦ green 234 ◦ blue 183

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

Shades of Fringy Flower #AFEAB7

Tints of Fringy Flower #AFEAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.91%

R = 29.56%
G = 39.53%
B = 30.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#AFEAB7 (or 0xAFEAB7) is known color: Fringy Flower. HEX triplet: AF, EA and B7. RGB value is (175,234,183). Sum of RGB (Red+Green+Blue) = 175+234+183=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAB7 is #501548. Grayscale: #D2D2D2. Windows color (decimal): -5248329 or 12053167. OLE color: 12053167.

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

Color convert

RGB 175 234 183 -
CMYK 0.25 0 0.22 0.08
HSL 128.14º 0.58% 0.8% -
HSV(B) 128.14º 0.25% 0.92% -
XYZ 55.65 71.38 55.64 -
YUV 210.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 175 234 183 0.25 0 0.22 0.08 128.14 0.58 0.8
Hex AF EA B7 19 0 16 8 80 3A 50
Octal 257 352 267 31 0 26 10 200 72 120
Binary 10101111 11101010 10110111 11001 0 10110 1000 10000000 111010 1010000

Color Harmonies of #AFEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAB7

Black with #AFEAB7

Text Example


Text Example

White with #AFEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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