Html Css Color HEX #AFDDBD Fringy Flower

📋 copy color: '#AFDDBD'

red 175 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #AFDDBD

Tints of Fringy Flower #AFDDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 29.91%
G = 37.78%
B = 32.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AFDDBD (or 0xAFDDBD) is known color: Fringy Flower. HEX triplet: AF, DD and BD. RGB value is (175,221,189). Sum of RGB (Red+Green+Blue) = 175+221+189=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDBD is #502242. Grayscale: #CBCBCB. Windows color (decimal): -5251651 or 12443055. OLE color: 12443055.

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

Color convert

RGB 175 221 189 -
CMYK 0.21 0 0.14 0.13
HSL 138.26º 0.4% 0.78% -
HSV(B) 138.26º 0.21% 0.87% -
XYZ 52.72 64.5 57.82 -
YUV 203.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 175 221 189 0.21 0 0.14 0.13 138.26 0.4 0.78
Hex AF DD BD 15 0 E D 8A 28 4E
Octal 257 335 275 25 0 16 15 212 50 116
Binary 10101111 11011101 10111101 10101 0 1110 1101 10001010 101000 1001110

Color Harmonies of #AFDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDBD

Black with #AFDDBD

Text Example


Text Example

White with #AFDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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