Html Css Color HEX #ADDDB8 Fringy Flower

📋 copy color: '#ADDDB8'

red 173 ◦ green 221 ◦ blue 184

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

Shades of Fringy Flower #ADDDB8

Tints of Fringy Flower #ADDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.83%

R = 29.93%
G = 38.24%
B = 31.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#ADDDB8 (or 0xADDDB8) is known color: Fringy Flower. HEX triplet: AD, DD and B8. RGB value is (173,221,184). Sum of RGB (Red+Green+Blue) = 173+221+184=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB8 is #522247. Grayscale: #CACACA. Windows color (decimal): -5382728 or 12115373. OLE color: 12115373.

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

Color convert

RGB 173 221 184 -
CMYK 0.22 0 0.17 0.13
HSL 133.75º 0.41% 0.77% -
HSV(B) 133.75º 0.22% 0.87% -
XYZ 51.74 64.06 54.98 -
YUV 202.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 173 221 184 0.22 0 0.17 0.13 133.75 0.41 0.77
Hex AD DD B8 16 0 11 D 86 29 4D
Octal 255 335 270 26 0 21 15 206 51 115
Binary 10101101 11011101 10111000 10110 0 10001 1101 10000110 101001 1001101

Color Harmonies of #ADDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDB8

Black with #ADDDB8

Text Example


Text Example

White with #ADDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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