Html Css Color HEX #A6CEAF Gum Leaf

📋 copy color: '#A6CEAF'

red 166 ◦ green 206 ◦ blue 175

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

Shades of Gum Leaf #A6CEAF

Tints of Gum Leaf #A6CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.66%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 30.35%
G = 37.66%
B = 31.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#A6CEAF (or 0xA6CEAF) is known color: Gum Leaf. HEX triplet: A6, CE and AF. RGB value is (166,206,175). Sum of RGB (Red+Green+Blue) = 166+206+175=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEAF is #593150. Grayscale: #BEBEBE. Windows color (decimal): -5845329 or 11521702. OLE color: 11521702.

HSL color Cylindrical-coordinate representation of color #A6CEAF: hue angle of 133.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEAF is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 175 -
CMYK 0.19 0 0.15 0.19
HSL 133.5º 0.29% 0.73% -
HSV(B) 133.5º 0.19% 0.81% -
XYZ 45.54 55.34 48.84 -
YUV 190.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 166 206 175 0.19 0 0.15 0.19 133.5 0.29 0.73
Hex A6 CE AF 13 0 F 13 86 1D 49
Octal 246 316 257 23 0 17 23 206 35 111
Binary 10100110 11001110 10101111 10011 0 1111 10011 10000110 11101 1001001

Color Harmonies of #A6CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEAF

Black with #A6CEAF

Text Example


Text Example

White with #A6CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEAF; }

 p { color: rgb(166,206,175); }

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

background-color css

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

 a { background-color: rgb(166,206,175); }

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

border-color css

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

 span { border-color: rgb(166,206,175); }

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