Html Css Color HEX #A8CFAE Gum Leaf

📋 copy color: '#A8CFAE'

red 168 ◦ green 207 ◦ blue 174

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

Shades of Gum Leaf #A8CFAE

Tints of Gum Leaf #A8CFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.7%

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

R = 30.6%
G = 37.7%
B = 31.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#A8CFAE (or 0xA8CFAE) is known color: Gum Leaf. HEX triplet: A8, CF and AE. RGB value is (168,207,174). Sum of RGB (Red+Green+Blue) = 168+207+174=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAE is #573051. Grayscale: #BFBFBF. Windows color (decimal): -5714002 or 11456424. OLE color: 11456424.

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

Color convert

RGB 168 207 174 -
CMYK 0.19 0 0.16 0.19
HSL 129.23º 0.29% 0.74% -
HSV(B) 129.23º 0.19% 0.81% -
XYZ 46.1 56.01 48.42 -
YUV 191.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 168 207 174 0.19 0 0.16 0.19 129.23 0.29 0.74
Hex A8 CF AE 13 0 10 13 81 1D 4A
Octal 250 317 256 23 0 20 23 201 35 112
Binary 10101000 11001111 10101110 10011 0 10000 10011 10000001 11101 1001010

Color Harmonies of #A8CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFAE

Black with #A8CFAE

Text Example


Text Example

White with #A8CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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