Html Css Color HEX #ADD6BB Gum Leaf

📋 copy color: '#ADD6BB'

red 173 ◦ green 214 ◦ blue 187

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

Shades of Gum Leaf #ADD6BB

Tints of Gum Leaf #ADD6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.28%

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 30.14%
G = 37.28%
B = 32.58%

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

#ADD6BB (or 0xADD6BB) is known color: Gum Leaf. HEX triplet: AD, D6 and BB. RGB value is (173,214,187). Sum of RGB (Red+Green+Blue) = 173+214+187=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BB is #522944. Grayscale: #C6C6C6. Windows color (decimal): -5384517 or 12310189. OLE color: 12310189.

HSL color Cylindrical-coordinate representation of color #ADD6BB: hue angle of 140.49º degrees, saturation: 0.33, 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 #ADD6BB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 187 -
CMYK 0.19 0 0.13 0.16
HSL 140.49º 0.33% 0.76% -
HSV(B) 140.49º 0.19% 0.84% -
XYZ 50.25 60.57 56.06 -
YUV 198.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 173 214 187 0.19 0 0.13 0.16 140.49 0.33 0.76
Hex AD D6 BB 13 0 D 10 8C 21 4C
Octal 255 326 273 23 0 15 20 214 41 114
Binary 10101101 11010110 10111011 10011 0 1101 10000 10001100 100001 1001100

Color Harmonies of #ADD6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6BB

Black with #ADD6BB

Text Example


Text Example

White with #ADD6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6BB; }

 p { color: rgb(173,214,187); }

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

background-color css

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

 a { background-color: rgb(173,214,187); }

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

border-color css

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

 span { border-color: rgb(173,214,187); }

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