Html Css Color HEX #AFDDBB Fringy Flower

📋 copy color: '#AFDDBB'

red 175 ◦ green 221 ◦ blue 187

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

Shades of Fringy Flower #AFDDBB

Tints of Fringy Flower #AFDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 30.02%
G = 37.91%
B = 32.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AFDDBB (or 0xAFDDBB) is known color: Fringy Flower. HEX triplet: AF, DD and BB. RGB value is (175,221,187). Sum of RGB (Red+Green+Blue) = 175+221+187=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDBB is #502244. Grayscale: #CBCBCB. Windows color (decimal): -5251653 or 12311983. OLE color: 12311983.

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

Color convert

RGB 175 221 187 -
CMYK 0.21 0 0.15 0.13
HSL 135.65º 0.4% 0.78% -
HSV(B) 135.65º 0.21% 0.87% -
XYZ 52.51 64.41 56.68 -
YUV 203.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 175 221 187 0.21 0 0.15 0.13 135.65 0.4 0.78
Hex AF DD BB 15 0 F D 88 28 4E
Octal 257 335 273 25 0 17 15 210 50 116
Binary 10101111 11011101 10111011 10101 0 1111 1101 10001000 101000 1001110

Color Harmonies of #AFDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDBB

Black with #AFDDBB

Text Example


Text Example

White with #AFDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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