Html Css Color HEX #AFC2B1 Gum Leaf

📋 copy color: '#AFC2B1'

red 175 ◦ green 194 ◦ blue 177

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

Shades of Gum Leaf #AFC2B1

Tints of Gum Leaf #AFC2B1

RGB

 RED value IS 175 (68.75% from 255) = 32.05%

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 32.05%
G = 35.53%
B = 32.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AFC2B1 (or 0xAFC2B1) is known color: Gum Leaf. HEX triplet: AF, C2 and B1. RGB value is (175,194,177). Sum of RGB (Red+Green+Blue) = 175+194+177=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2B1 is #503D4E. Grayscale: #BABABA. Windows color (decimal): -5258575 or 11649711. OLE color: 11649711.

HSL color Cylindrical-coordinate representation of color #AFC2B1: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B1 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 177 -
CMYK 0.10 0 0.09 0.24
HSL 126.32º 0.13% 0.72% -
HSV(B) 126.32º 0.1% 0.76% -
XYZ 44.91 50.87 49.05 -
YUV 186.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 175 194 177 0.10 0 0.09 0.24 126.32 0.13 0.72
Hex AF C2 B1 A 0 9 18 7E D 48
Octal 257 302 261 12 0 11 30 176 15 110
Binary 10101111 11000010 10110001 1010 0 1001 11000 1111110 1101 1001000

Color Harmonies of #AFC2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2B1

Black with #AFC2B1

Text Example


Text Example

White with #AFC2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2B1; }

 p { color: rgb(175,194,177); }

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

background-color css

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

 a { background-color: rgb(175,194,177); }

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

border-color css

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

 span { border-color: rgb(175,194,177); }

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