Html Css Color HEX #AFC1B3 Gum Leaf

📋 copy color: '#AFC1B3'

red 175 ◦ green 193 ◦ blue 179

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

Shades of Gum Leaf #AFC1B3

Tints of Gum Leaf #AFC1B3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 31.99%
G = 35.28%
B = 32.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#AFC1B3 (or 0xAFC1B3) is known color: Gum Leaf. HEX triplet: AF, C1 and B3. RGB value is (175,193,179). Sum of RGB (Red+Green+Blue) = 175+193+179=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1B3 is #503E4C. Grayscale: #BABABA. Windows color (decimal): -5258829 or 11780527. OLE color: 11780527.

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

Color convert

RGB 175 193 179 -
CMYK 0.09 0 0.07 0.24
HSL 133.33º 0.13% 0.72% -
HSV(B) 133.33º 0.09% 0.76% -
XYZ 44.89 50.51 50.03 -
YUV 186.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 175 193 179 0.09 0 0.07 0.24 133.33 0.13 0.72
Hex AF C1 B3 9 0 7 18 85 D 48
Octal 257 301 263 11 0 7 30 205 15 110
Binary 10101111 11000001 10110011 1001 0 111 11000 10000101 1101 1001000

Color Harmonies of #AFC1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1B3

Black with #AFC1B3

Text Example


Text Example

White with #AFC1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1B3; }

 p { color: rgb(175,193,179); }

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

background-color css

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

 a { background-color: rgb(175,193,179); }

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

border-color css

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

 span { border-color: rgb(175,193,179); }

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