Html Css Color HEX #ADDBB5 Fringy Flower

📋 copy color: '#ADDBB5'

red 173 ◦ green 219 ◦ blue 181

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

Shades of Fringy Flower #ADDBB5

Tints of Fringy Flower #ADDBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.22%

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 30.19%
G = 38.22%
B = 31.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB5 (or 0xADDBB5) is known color: Fringy Flower. HEX triplet: AD, DB and B5. RGB value is (173,219,181). Sum of RGB (Red+Green+Blue) = 173+219+181=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB5 is #52244A. Grayscale: #C9C9C9. Windows color (decimal): -5383243 or 11918253. OLE color: 11918253.

HSL color Cylindrical-coordinate representation of color #ADDBB5: hue angle of 130.43º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBB5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 181 -
CMYK 0.21 0 0.17 0.14
HSL 130.43º 0.39% 0.77% -
HSV(B) 130.43º 0.21% 0.86% -
XYZ 50.91 62.88 53.17 -
YUV 200.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 173 219 181 0.21 0 0.17 0.14 130.43 0.39 0.77
Hex AD DB B5 15 0 11 E 82 27 4D
Octal 255 333 265 25 0 21 16 202 47 115
Binary 10101101 11011011 10110101 10101 0 10001 1110 10000010 100111 1001101

Color Harmonies of #ADDBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB5

Black with #ADDBB5

Text Example


Text Example

White with #ADDBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB5; }

 p { color: rgb(173,219,181); }

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

background-color css

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

 a { background-color: rgb(173,219,181); }

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

border-color css

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

 span { border-color: rgb(173,219,181); }

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