Html Css Color HEX #A8CBB6 Gum Leaf

📋 copy color: '#A8CBB6'

red 168 ◦ green 203 ◦ blue 182

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

Shades of Gum Leaf #A8CBB6

Tints of Gum Leaf #A8CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 30.38%
G = 36.71%
B = 32.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#A8CBB6 (or 0xA8CBB6) is known color: Gum Leaf. HEX triplet: A8, CB and B6. RGB value is (168,203,182). Sum of RGB (Red+Green+Blue) = 168+203+182=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBB6 is #573449. Grayscale: #BEBEBE. Windows color (decimal): -5715018 or 11979688. OLE color: 11979688.

HSL color Cylindrical-coordinate representation of color #A8CBB6: hue angle of 144º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBB6 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 182 -
CMYK 0.17 0 0.10 0.20
HSL 144º 0.25% 0.73% -
HSV(B) 144º 0.17% 0.8% -
XYZ 45.95 54.41 52.34 -
YUV 190.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 168 203 182 0.17 0 0.10 0.20 144 0.25 0.73
Hex A8 CB B6 11 0 A 14 90 19 49
Octal 250 313 266 21 0 12 24 220 31 111
Binary 10101000 11001011 10110110 10001 0 1010 10100 10010000 11001 1001001

Color Harmonies of #A8CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBB6

Black with #A8CBB6

Text Example


Text Example

White with #A8CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBB6; }

 p { color: rgb(168,203,182); }

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

background-color css

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

 a { background-color: rgb(168,203,182); }

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

border-color css

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

 span { border-color: rgb(168,203,182); }

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