Html Css Color HEX #AFC0B4 Gum Leaf

📋 copy color: '#AFC0B4'

red 175 ◦ green 192 ◦ blue 180

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

Shades of Gum Leaf #AFC0B4

Tints of Gum Leaf #AFC0B4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 31.99%
G = 35.1%
B = 32.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#AFC0B4 (or 0xAFC0B4) is known color: Gum Leaf. HEX triplet: AF, C0 and B4. RGB value is (175,192,180). Sum of RGB (Red+Green+Blue) = 175+192+180=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0B4 is #503F4B. Grayscale: #B9B9B9. Windows color (decimal): -5259084 or 11845807. OLE color: 11845807.

HSL color Cylindrical-coordinate representation of color #AFC0B4: hue angle of 137.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0B4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 180 -
CMYK 0.09 0 0.06 0.25
HSL 137.65º 0.12% 0.72% -
HSV(B) 137.65º 0.09% 0.75% -
XYZ 44.77 50.11 50.49 -
YUV 185.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 175 192 180 0.09 0 0.06 0.25 137.65 0.12 0.72
Hex AF C0 B4 9 0 6 19 8A C 48
Octal 257 300 264 11 0 6 31 212 14 110
Binary 10101111 11000000 10110100 1001 0 110 11001 10001010 1100 1001000

Color Harmonies of #AFC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0B4

Black with #AFC0B4

Text Example


Text Example

White with #AFC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0B4; }

 p { color: rgb(175,192,180); }

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

background-color css

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

 a { background-color: rgb(175,192,180); }

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

border-color css

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

 span { border-color: rgb(175,192,180); }

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