Html Css Color HEX #A8D4B4 Gum Leaf

📋 copy color: '#A8D4B4'

red 168 ◦ green 212 ◦ blue 180

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

Shades of Gum Leaf #A8D4B4

Tints of Gum Leaf #A8D4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 30%
G = 37.86%
B = 32.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#A8D4B4 (or 0xA8D4B4) is known color: Gum Leaf. HEX triplet: A8, D4 and B4. RGB value is (168,212,180). Sum of RGB (Red+Green+Blue) = 168+212+180=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4B4 is #572B4B. Grayscale: #C3C3C3. Windows color (decimal): -5712716 or 11850920. OLE color: 11850920.

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

Color convert

RGB 168 212 180 -
CMYK 0.21 0 0.15 0.17
HSL 136.36º 0.34% 0.75% -
HSV(B) 136.36º 0.21% 0.83% -
XYZ 47.93 58.71 51.99 -
YUV 195.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 168 212 180 0.21 0 0.15 0.17 136.36 0.34 0.75
Hex A8 D4 B4 15 0 F 11 88 22 4B
Octal 250 324 264 25 0 17 21 210 42 113
Binary 10101000 11010100 10110100 10101 0 1111 10001 10001000 100010 1001011

Color Harmonies of #A8D4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4B4

Black with #A8D4B4

Text Example


Text Example

White with #A8D4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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