Html Css Color HEX #ADD0B5 Gum Leaf

📋 copy color: '#ADD0B5'

red 173 ◦ green 208 ◦ blue 181

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

Shades of Gum Leaf #ADD0B5

Tints of Gum Leaf #ADD0B5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.01%

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

R = 30.78%
G = 37.01%
B = 32.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#ADD0B5 (or 0xADD0B5) is known color: Gum Leaf. HEX triplet: AD, D0 and B5. RGB value is (173,208,181). Sum of RGB (Red+Green+Blue) = 173+208+181=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0B5 is #522F4A. Grayscale: #C2C2C2. Windows color (decimal): -5386059 or 11915437. OLE color: 11915437.

HSL color Cylindrical-coordinate representation of color #ADD0B5: hue angle of 133.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0B5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 181 -
CMYK 0.17 0 0.13 0.18
HSL 133.71º 0.27% 0.75% -
HSV(B) 133.71º 0.17% 0.82% -
XYZ 48.13 57.33 52.25 -
YUV 194.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 173 208 181 0.17 0 0.13 0.18 133.71 0.27 0.75
Hex AD D0 B5 11 0 D 12 86 1B 4B
Octal 255 320 265 21 0 15 22 206 33 113
Binary 10101101 11010000 10110101 10001 0 1101 10010 10000110 11011 1001011

Color Harmonies of #ADD0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0B5

Black with #ADD0B5

Text Example


Text Example

White with #ADD0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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