Html Css Color HEX #A8D4B2 Gum Leaf

📋 copy color: '#A8D4B2'

red 168 ◦ green 212 ◦ blue 178

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

Shades of Gum Leaf #A8D4B2

Tints of Gum Leaf #A8D4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.9%

R = 30.11%
G = 37.99%
B = 31.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#A8D4B2 (or 0xA8D4B2) is known color: Gum Leaf. HEX triplet: A8, D4 and B2. RGB value is (168,212,178). Sum of RGB (Red+Green+Blue) = 168+212+178=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D4B2 is #572B4D. Grayscale: #C3C3C3. Windows color (decimal): -5712718 or 11719848. OLE color: 11719848.

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

Color convert

RGB 168 212 178 -
CMYK 0.21 0 0.16 0.17
HSL 133.64º 0.34% 0.75% -
HSV(B) 133.64º 0.21% 0.83% -
XYZ 47.73 58.63 50.92 -
YUV 194.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 168 212 178 0.21 0 0.16 0.17 133.64 0.34 0.75
Hex A8 D4 B2 15 0 10 11 86 22 4B
Octal 250 324 262 25 0 20 21 206 42 113
Binary 10101000 11010100 10110010 10101 0 10000 10001 10000110 100010 1001011

Color Harmonies of #A8D4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4B2

Black with #A8D4B2

Text Example


Text Example

White with #A8D4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4B2; }

 p { color: rgb(168,212,178); }

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

background-color css

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

 a { background-color: rgb(168,212,178); }

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

border-color css

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

 span { border-color: rgb(168,212,178); }

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