Html Css Color HEX #AFDDBE Fringy Flower

📋 copy color: '#AFDDBE'

red 175 ◦ green 221 ◦ blue 190

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

Shades of Fringy Flower #AFDDBE

Tints of Fringy Flower #AFDDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 29.86%
G = 37.71%
B = 32.42%

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

#AFDDBE (or 0xAFDDBE) is known color: Fringy Flower. HEX triplet: AF, DD and BE. RGB value is (175,221,190). Sum of RGB (Red+Green+Blue) = 175+221+190=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDBE is #502241. Grayscale: #CBCBCB. Windows color (decimal): -5251650 or 12508591. OLE color: 12508591.

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

Color convert

RGB 175 221 190 -
CMYK 0.21 0 0.14 0.13
HSL 139.57º 0.4% 0.78% -
HSV(B) 139.57º 0.21% 0.87% -
XYZ 52.83 64.54 58.39 -
YUV 203.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 175 221 190 0.21 0 0.14 0.13 139.57 0.4 0.78
Hex AF DD BE 15 0 E D 8C 28 4E
Octal 257 335 276 25 0 16 15 214 50 116
Binary 10101111 11011101 10111110 10101 0 1110 1101 10001100 101000 1001110

Color Harmonies of #AFDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDBE

Black with #AFDDBE

Text Example


Text Example

White with #AFDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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