Html Css Color HEX #AFDAB8 Fringy Flower

📋 copy color: '#AFDAB8'

red 175 ◦ green 218 ◦ blue 184

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

Shades of Fringy Flower #AFDAB8

Tints of Fringy Flower #AFDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

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

R = 30.33%
G = 37.78%
B = 31.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#AFDAB8 (or 0xAFDAB8) is known color: Fringy Flower. HEX triplet: AF, DA and B8. RGB value is (175,218,184). Sum of RGB (Red+Green+Blue) = 175+218+184=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB8 is #502547. Grayscale: #C9C9C9. Windows color (decimal): -5252424 or 12114607. OLE color: 12114607.

HSL color Cylindrical-coordinate representation of color #AFDAB8: hue angle of 132.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 184 -
CMYK 0.20 0 0.16 0.15
HSL 132.56º 0.37% 0.77% -
HSV(B) 132.56º 0.2% 0.85% -
XYZ 51.4 62.72 54.74 -
YUV 201.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 175 218 184 0.20 0 0.16 0.15 132.56 0.37 0.77
Hex AF DA B8 14 0 10 F 85 25 4D
Octal 257 332 270 24 0 20 17 205 45 115
Binary 10101111 11011010 10111000 10100 0 10000 1111 10000101 100101 1001101

Color Harmonies of #AFDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAB8

Black with #AFDAB8

Text Example


Text Example

White with #AFDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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