Html Css Color HEX #ADDDBD Fringy Flower

📋 copy color: '#ADDDBD'

red 173 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #ADDDBD

Tints of Fringy Flower #ADDDBD

RGB

 RED value IS 173 (67.97% from 255) = 29.67%

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

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

R = 29.67%
G = 37.91%
B = 32.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ADDDBD (or 0xADDDBD) is known color: Fringy Flower. HEX triplet: AD, DD and BD. RGB value is (173,221,189). Sum of RGB (Red+Green+Blue) = 173+221+189=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDBD is #522242. Grayscale: #CBCBCB. Windows color (decimal): -5382723 or 12443053. OLE color: 12443053.

HSL color Cylindrical-coordinate representation of color #ADDDBD: hue angle of 140º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDBD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 189 -
CMYK 0.22 0 0.14 0.13
HSL 140º 0.41% 0.77% -
HSV(B) 140º 0.22% 0.87% -
XYZ 52.28 64.27 57.79 -
YUV 203 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 173 221 189 0.22 0 0.14 0.13 140 0.41 0.77
Hex AD DD BD 16 0 E D 8C 29 4D
Octal 255 335 275 26 0 16 15 214 51 115
Binary 10101101 11011101 10111101 10110 0 1110 1101 10001100 101001 1001101

Color Harmonies of #ADDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDBD

Black with #ADDDBD

Text Example


Text Example

White with #ADDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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