Html Css Color HEX #A8D8B8 Gum Leaf

📋 copy color: '#A8D8B8'

red 168 ◦ green 216 ◦ blue 184

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

Shades of Gum Leaf #A8D8B8

Tints of Gum Leaf #A8D8B8

RGB

 RED value IS 168 (66.02% from 255) = 29.58%

 GREEN value IS 216 (84.77% from 255) = 38.03%

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 29.58%
G = 38.03%
B = 32.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#A8D8B8 (or 0xA8D8B8) is known color: Gum Leaf. HEX triplet: A8, D8 and B8. RGB value is (168,216,184). Sum of RGB (Red+Green+Blue) = 168+216+184=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8B8 is #572747. Grayscale: #C6C6C6. Windows color (decimal): -5711688 or 12114088. OLE color: 12114088.

HSL color Cylindrical-coordinate representation of color #A8D8B8: hue angle of 140º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8B8 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 184 -
CMYK 0.22 0 0.15 0.15
HSL 140º 0.38% 0.75% -
HSV(B) 140º 0.22% 0.85% -
XYZ 49.36 60.9 54.5 -
YUV 198 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 168 216 184 0.22 0 0.15 0.15 140 0.38 0.75
Hex A8 D8 B8 16 0 F F 8C 26 4B
Octal 250 330 270 26 0 17 17 214 46 113
Binary 10101000 11011000 10111000 10110 0 1111 1111 10001100 100110 1001011

Color Harmonies of #A8D8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D8B8

Black with #A8D8B8

Text Example


Text Example

White with #A8D8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D8B8; }

 p { color: rgb(168,216,184); }

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

background-color css

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

 a { background-color: rgb(168,216,184); }

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

border-color css

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

 span { border-color: rgb(168,216,184); }

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