Html Css Color HEX #AFDFBA Fringy Flower

📋 copy color: '#AFDFBA'

red 175 ◦ green 223 ◦ blue 186

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

Shades of Fringy Flower #AFDFBA

Tints of Fringy Flower #AFDFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 29.97%
G = 38.18%
B = 31.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#AFDFBA (or 0xAFDFBA) is known color: Fringy Flower. HEX triplet: AF, DF and BA. RGB value is (175,223,186). Sum of RGB (Red+Green+Blue) = 175+223+186=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFBA is #502045. Grayscale: #CCCCCC. Windows color (decimal): -5251142 or 12246959. OLE color: 12246959.

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

Color convert

RGB 175 223 186 -
CMYK 0.22 0 0.17 0.13
HSL 133.75º 0.43% 0.78% -
HSV(B) 133.75º 0.22% 0.87% -
XYZ 52.93 65.43 56.29 -
YUV 204.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 175 223 186 0.22 0 0.17 0.13 133.75 0.43 0.78
Hex AF DF BA 16 0 11 D 86 2B 4E
Octal 257 337 272 26 0 21 15 206 53 116
Binary 10101111 11011111 10111010 10110 0 10001 1101 10000110 101011 1001110

Color Harmonies of #AFDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFBA

Black with #AFDFBA

Text Example


Text Example

White with #AFDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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