Html Css Color HEX #A8CFB0 Gum Leaf

📋 copy color: '#A8CFB0'

red 168 ◦ green 207 ◦ blue 176

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

Shades of Gum Leaf #A8CFB0

Tints of Gum Leaf #A8CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 30.49%
G = 37.57%
B = 31.94%

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

#A8CFB0 (or 0xA8CFB0) is known color: Gum Leaf. HEX triplet: A8, CF and B0. RGB value is (168,207,176). Sum of RGB (Red+Green+Blue) = 168+207+176=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFB0 is #57304F. Grayscale: #BFBFBF. Windows color (decimal): -5714000 or 11587496. OLE color: 11587496.

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

Color convert

RGB 168 207 176 -
CMYK 0.19 0 0.15 0.19
HSL 132.31º 0.29% 0.74% -
HSV(B) 132.31º 0.19% 0.81% -
XYZ 46.3 56.09 49.46 -
YUV 191.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 168 207 176 0.19 0 0.15 0.19 132.31 0.29 0.74
Hex A8 CF B0 13 0 F 13 84 1D 4A
Octal 250 317 260 23 0 17 23 204 35 112
Binary 10101000 11001111 10110000 10011 0 1111 10011 10000100 11101 1001010

Color Harmonies of #A8CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFB0

Black with #A8CFB0

Text Example


Text Example

White with #A8CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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