Html Css Color HEX #AFC3B1 Gum Leaf

📋 copy color: '#AFC3B1'

red 175 ◦ green 195 ◦ blue 177

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

Shades of Gum Leaf #AFC3B1

Tints of Gum Leaf #AFC3B1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

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

R = 31.99%
G = 35.65%
B = 32.36%

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

#AFC3B1 (or 0xAFC3B1) is known color: Gum Leaf. HEX triplet: AF, C3 and B1. RGB value is (175,195,177). Sum of RGB (Red+Green+Blue) = 175+195+177=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3B1 is #503C4E. Grayscale: #BBBBBB. Windows color (decimal): -5258319 or 11649967. OLE color: 11649967.

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

Color convert

RGB 175 195 177 -
CMYK 0.10 0 0.09 0.24
HSL 126º 0.14% 0.73% -
HSV(B) 126º 0.1% 0.76% -
XYZ 45.13 51.32 49.12 -
YUV 186.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 175 195 177 0.10 0 0.09 0.24 126 0.14 0.73
Hex AF C3 B1 A 0 9 18 7E E 49
Octal 257 303 261 12 0 11 30 176 16 111
Binary 10101111 11000011 10110001 1010 0 1001 11000 1111110 1110 1001001

Color Harmonies of #AFC3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3B1

Black with #AFC3B1

Text Example


Text Example

White with #AFC3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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