Html Css Color HEX #ADD5BA Gum Leaf

📋 copy color: '#ADD5BA'

red 173 ◦ green 213 ◦ blue 186

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

Shades of Gum Leaf #ADD5BA

Tints of Gum Leaf #ADD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 30.24%
G = 37.24%
B = 32.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#ADD5BA (or 0xADD5BA) is known color: Gum Leaf. HEX triplet: AD, D5 and BA. RGB value is (173,213,186). Sum of RGB (Red+Green+Blue) = 173+213+186=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5BA is #522A45. Grayscale: #C6C6C6. Windows color (decimal): -5384774 or 12244397. OLE color: 12244397.

HSL color Cylindrical-coordinate representation of color #ADD5BA: hue angle of 139.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5BA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 186 -
CMYK 0.19 0 0.13 0.16
HSL 139.5º 0.32% 0.76% -
HSV(B) 139.5º 0.19% 0.84% -
XYZ 49.89 60.02 55.41 -
YUV 197.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 173 213 186 0.19 0 0.13 0.16 139.5 0.32 0.76
Hex AD D5 BA 13 0 D 10 8C 20 4C
Octal 255 325 272 23 0 15 20 214 40 114
Binary 10101101 11010101 10111010 10011 0 1101 10000 10001100 100000 1001100

Color Harmonies of #ADD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5BA

Black with #ADD5BA

Text Example


Text Example

White with #ADD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5BA; }

 p { color: rgb(173,213,186); }

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

background-color css

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

 a { background-color: rgb(173,213,186); }

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

border-color css

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

 span { border-color: rgb(173,213,186); }

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