Html Css Color HEX #A6CBAE Gum Leaf

📋 copy color: '#A6CBAE'

red 166 ◦ green 203 ◦ blue 174

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

Shades of Gum Leaf #A6CBAE

Tints of Gum Leaf #A6CBAE

RGB

 RED value IS 166 (65.23% from 255) = 30.57%

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

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

R = 30.57%
G = 37.38%
B = 32.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A6CBAE (or 0xA6CBAE) is known color: Gum Leaf. HEX triplet: A6, CB and AE. RGB value is (166,203,174). Sum of RGB (Red+Green+Blue) = 166+203+174=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAE is #593451. Grayscale: #BCBCBC. Windows color (decimal): -5846098 or 11455398. OLE color: 11455398.

HSL color Cylindrical-coordinate representation of color #A6CBAE: hue angle of 132.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CBAE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 174 -
CMYK 0.18 0 0.14 0.20
HSL 132.97º 0.26% 0.72% -
HSV(B) 132.97º 0.18% 0.8% -
XYZ 44.72 53.87 48.09 -
YUV 188.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 166 203 174 0.18 0 0.14 0.20 132.97 0.26 0.72
Hex A6 CB AE 12 0 E 14 85 1A 48
Octal 246 313 256 22 0 16 24 205 32 110
Binary 10100110 11001011 10101110 10010 0 1110 10100 10000101 11010 1001000

Color Harmonies of #A6CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBAE

Black with #A6CBAE

Text Example


Text Example

White with #A6CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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