Html Css Color HEX #AFDDB6 Fringy Flower

📋 copy color: '#AFDDB6'

red 175 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #AFDDB6

Tints of Fringy Flower #AFDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.49%

R = 30.28%
G = 38.24%
B = 31.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#AFDDB6 (or 0xAFDDB6) is known color: Fringy Flower. HEX triplet: AF, DD and B6. RGB value is (175,221,182). Sum of RGB (Red+Green+Blue) = 175+221+182=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB6 is #502249. Grayscale: #CACACA. Windows color (decimal): -5251658 or 11984303. OLE color: 11984303.

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

Color convert

RGB 175 221 182 -
CMYK 0.21 0 0.18 0.13
HSL 129.13º 0.4% 0.78% -
HSV(B) 129.13º 0.21% 0.87% -
XYZ 51.98 64.2 53.91 -
YUV 202.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 175 221 182 0.21 0 0.18 0.13 129.13 0.4 0.78
Hex AF DD B6 15 0 12 D 81 28 4E
Octal 257 335 266 25 0 22 15 201 50 116
Binary 10101111 11011101 10110110 10101 0 10010 1101 10000001 101000 1001110

Color Harmonies of #AFDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB6

Black with #AFDDB6

Text Example


Text Example

White with #AFDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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