Html Css Color HEX #A8CFAB Gum Leaf

📋 copy color: '#A8CFAB'

red 168 ◦ green 207 ◦ blue 171

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

Shades of Gum Leaf #A8CFAB

Tints of Gum Leaf #A8CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 30.77%
G = 37.91%
B = 31.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A8CFAB (or 0xA8CFAB) is known color: Gum Leaf. HEX triplet: A8, CF and AB. RGB value is (168,207,171). Sum of RGB (Red+Green+Blue) = 168+207+171=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAB is #573054. Grayscale: #BFBFBF. Windows color (decimal): -5714005 or 11259816. OLE color: 11259816.

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

Color convert

RGB 168 207 171 -
CMYK 0.19 0 0.17 0.19
HSL 124.62º 0.29% 0.74% -
HSV(B) 124.62º 0.19% 0.81% -
XYZ 45.81 55.89 46.9 -
YUV 191.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 168 207 171 0.19 0 0.17 0.19 124.62 0.29 0.74
Hex A8 CF AB 13 0 11 13 7D 1D 4A
Octal 250 317 253 23 0 21 23 175 35 112
Binary 10101000 11001111 10101011 10011 0 10001 10011 1111101 11101 1001010

Color Harmonies of #A8CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFAB

Black with #A8CFAB

Text Example


Text Example

White with #A8CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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