Html Css Color HEX #A8CFB7 Gum Leaf

📋 copy color: '#A8CFB7'

red 168 ◦ green 207 ◦ blue 183

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

Shades of Gum Leaf #A8CFB7

Tints of Gum Leaf #A8CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.8%

R = 30.11%
G = 37.1%
B = 32.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#A8CFB7 (or 0xA8CFB7) is known color: Gum Leaf. HEX triplet: A8, CF and B7. RGB value is (168,207,183). Sum of RGB (Red+Green+Blue) = 168+207+183=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB7 is #573048. Grayscale: #C0C0C0. Windows color (decimal): -5713993 or 12046248. OLE color: 12046248.

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

Color convert

RGB 168 207 183 -
CMYK 0.19 0 0.12 0.19
HSL 143.08º 0.29% 0.74% -
HSV(B) 143.08º 0.19% 0.81% -
XYZ 47.01 56.37 53.2 -
YUV 192.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 168 207 183 0.19 0 0.12 0.19 143.08 0.29 0.74
Hex A8 CF B7 13 0 C 13 8F 1D 4A
Octal 250 317 267 23 0 14 23 217 35 112
Binary 10101000 11001111 10110111 10011 0 1100 10011 10001111 11101 1001010

Color Harmonies of #A8CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFB7

Black with #A8CFB7

Text Example


Text Example

White with #A8CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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