Html Css Color HEX #ADD4BA Gum Leaf

📋 copy color: '#ADD4BA'

red 173 ◦ green 212 ◦ blue 186

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

Shades of Gum Leaf #ADD4BA

Tints of Gum Leaf #ADD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.13%

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

R = 30.3%
G = 37.13%
B = 32.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#ADD4BA (or 0xADD4BA) is known color: Gum Leaf. HEX triplet: AD, D4 and BA. RGB value is (173,212,186). Sum of RGB (Red+Green+Blue) = 173+212+186=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4BA is #522B45. Grayscale: #C5C5C5. Windows color (decimal): -5385030 or 12244141. OLE color: 12244141.

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

Color convert

RGB 173 212 186 -
CMYK 0.18 0 0.12 0.17
HSL 140º 0.31% 0.75% -
HSV(B) 140º 0.18% 0.83% -
XYZ 49.64 59.52 55.33 -
YUV 197.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 173 212 186 0.18 0 0.12 0.17 140 0.31 0.75
Hex AD D4 BA 12 0 C 11 8C 1F 4B
Octal 255 324 272 22 0 14 21 214 37 113
Binary 10101101 11010100 10111010 10010 0 1100 10001 10001100 11111 1001011

Color Harmonies of #ADD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4BA

Black with #ADD4BA

Text Example


Text Example

White with #ADD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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