Html Css Color HEX #AFDFBF Fringy Flower

📋 copy color: '#AFDFBF'

red 175 ◦ green 223 ◦ blue 191

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

Shades of Fringy Flower #AFDFBF

Tints of Fringy Flower #AFDFBF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.86%

 BLUE value IS 191 (75% from 255) = 32.43%

R = 29.71%
G = 37.86%
B = 32.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AFDFBF (or 0xAFDFBF) is known color: Fringy Flower. HEX triplet: AF, DF and BF. RGB value is (175,223,191). Sum of RGB (Red+Green+Blue) = 175+223+191=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFBF is #502040. Grayscale: #CDCDCD. Windows color (decimal): -5251137 or 12574639. OLE color: 12574639.

HSL color Cylindrical-coordinate representation of color #AFDFBF: hue angle of 140º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFBF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 191 -
CMYK 0.22 0 0.14 0.13
HSL 140º 0.43% 0.78% -
HSV(B) 140º 0.22% 0.87% -
XYZ 53.47 65.65 59.14 -
YUV 205 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 175 223 191 0.22 0 0.14 0.13 140 0.43 0.78
Hex AF DF BF 16 0 E D 8C 2B 4E
Octal 257 337 277 26 0 16 15 214 53 116
Binary 10101111 11011111 10111111 10110 0 1110 1101 10001100 101011 1001110

Color Harmonies of #AFDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFBF

Black with #AFDFBF

Text Example


Text Example

White with #AFDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFBF; }

 p { color: rgb(175,223,191); }

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

background-color css

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

 a { background-color: rgb(175,223,191); }

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

border-color css

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

 span { border-color: rgb(175,223,191); }

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