Html Css Color HEX #AFDDBA Fringy Flower

📋 copy color: '#AFDDBA'

red 175 ◦ green 221 ◦ blue 186

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

Shades of Fringy Flower #AFDDBA

Tints of Fringy Flower #AFDDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

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

R = 30.07%
G = 37.97%
B = 31.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AFDDBA (or 0xAFDDBA) is known color: Fringy Flower. HEX triplet: AF, DD and BA. RGB value is (175,221,186). Sum of RGB (Red+Green+Blue) = 175+221+186=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDBA is #502245. Grayscale: #CBCBCB. Windows color (decimal): -5251654 or 12246447. OLE color: 12246447.

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

Color convert

RGB 175 221 186 -
CMYK 0.21 0 0.16 0.13
HSL 134.35º 0.4% 0.78% -
HSV(B) 134.35º 0.21% 0.87% -
XYZ 52.4 64.37 56.12 -
YUV 203.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 175 221 186 0.21 0 0.16 0.13 134.35 0.4 0.78
Hex AF DD BA 15 0 10 D 86 28 4E
Octal 257 335 272 25 0 20 15 206 50 116
Binary 10101111 11011101 10111010 10101 0 10000 1101 10000110 101000 1001110

Color Harmonies of #AFDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDBA

Black with #AFDDBA

Text Example


Text Example

White with #AFDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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