Html Css Color HEX #ADD4B7 Gum Leaf

📋 copy color: '#ADD4B7'

red 173 ◦ green 212 ◦ blue 183

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

Shades of Gum Leaf #ADD4B7

Tints of Gum Leaf #ADD4B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 30.46%
G = 37.32%
B = 32.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#ADD4B7 (or 0xADD4B7) is known color: Gum Leaf. HEX triplet: AD, D4 and B7. RGB value is (173,212,183). Sum of RGB (Red+Green+Blue) = 173+212+183=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4B7 is #522B48. Grayscale: #C5C5C5. Windows color (decimal): -5385033 or 12047533. OLE color: 12047533.

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

Color convert

RGB 173 212 183 -
CMYK 0.18 0 0.14 0.17
HSL 135.38º 0.31% 0.75% -
HSV(B) 135.38º 0.18% 0.83% -
XYZ 49.32 59.39 53.66 -
YUV 197.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 173 212 183 0.18 0 0.14 0.17 135.38 0.31 0.75
Hex AD D4 B7 12 0 E 11 87 1F 4B
Octal 255 324 267 22 0 16 21 207 37 113
Binary 10101101 11010100 10110111 10010 0 1110 10001 10000111 11111 1001011

Color Harmonies of #ADD4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4B7

Black with #ADD4B7

Text Example


Text Example

White with #ADD4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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