Html Css Color HEX #ADCFB6 Gum Leaf

📋 copy color: '#ADCFB6'

red 173 ◦ green 207 ◦ blue 182

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

Shades of Gum Leaf #ADCFB6

Tints of Gum Leaf #ADCFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 30.78%
G = 36.83%
B = 32.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#ADCFB6 (or 0xADCFB6) is known color: Gum Leaf. HEX triplet: AD, CF and B6. RGB value is (173,207,182). Sum of RGB (Red+Green+Blue) = 173+207+182=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB6 is #523049. Grayscale: #C2C2C2. Windows color (decimal): -5386314 or 11980717. OLE color: 11980717.

HSL color Cylindrical-coordinate representation of color #ADCFB6: hue angle of 135.88º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFB6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 182 -
CMYK 0.16 0 0.12 0.19
HSL 135.88º 0.26% 0.75% -
HSV(B) 135.88º 0.16% 0.81% -
XYZ 47.99 56.89 52.71 -
YUV 193.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 173 207 182 0.16 0 0.12 0.19 135.88 0.26 0.75
Hex AD CF B6 10 0 C 13 88 1A 4B
Octal 255 317 266 20 0 14 23 210 32 113
Binary 10101101 11001111 10110110 10000 0 1100 10011 10001000 11010 1001011

Color Harmonies of #ADCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFB6

Black with #ADCFB6

Text Example


Text Example

White with #ADCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFB6; }

 p { color: rgb(173,207,182); }

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

background-color css

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

 a { background-color: rgb(173,207,182); }

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

border-color css

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

 span { border-color: rgb(173,207,182); }

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