Html Css Color HEX #A8CBAE Gum Leaf

📋 copy color: '#A8CBAE'

red 168 ◦ green 203 ◦ blue 174

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

Shades of Gum Leaf #A8CBAE

Tints of Gum Leaf #A8CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 30.83%
G = 37.25%
B = 31.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A8CBAE (or 0xA8CBAE) is known color: Gum Leaf. HEX triplet: A8, CB and AE. RGB value is (168,203,174). Sum of RGB (Red+Green+Blue) = 168+203+174=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBAE is #573451. Grayscale: #BDBDBD. Windows color (decimal): -5715026 or 11455400. OLE color: 11455400.

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

Color convert

RGB 168 203 174 -
CMYK 0.17 0 0.14 0.20
HSL 130.29º 0.25% 0.73% -
HSV(B) 130.29º 0.17% 0.8% -
XYZ 45.14 54.09 48.11 -
YUV 189.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 168 203 174 0.17 0 0.14 0.20 130.29 0.25 0.73
Hex A8 CB AE 11 0 E 14 82 19 49
Octal 250 313 256 21 0 16 24 202 31 111
Binary 10101000 11001011 10101110 10001 0 1110 10100 10000010 11001 1001001

Color Harmonies of #A8CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBAE

Black with #A8CBAE

Text Example


Text Example

White with #A8CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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