Html Css Color HEX #AFC5B5 Gum Leaf

📋 copy color: '#AFC5B5'

red 175 ◦ green 197 ◦ blue 181

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

Shades of Gum Leaf #AFC5B5

Tints of Gum Leaf #AFC5B5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.62%

 BLUE value IS 181 (71.09% from 255) = 32.73%

R = 31.65%
G = 35.62%
B = 32.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#AFC5B5 (or 0xAFC5B5) is known color: Gum Leaf. HEX triplet: AF, C5 and B5. RGB value is (175,197,181). Sum of RGB (Red+Green+Blue) = 175+197+181=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5B5 is #503A4A. Grayscale: #BCBCBC. Windows color (decimal): -5257803 or 11912623. OLE color: 11912623.

HSL color Cylindrical-coordinate representation of color #AFC5B5: hue angle of 136.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5B5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 181 -
CMYK 0.11 0 0.08 0.23
HSL 136.36º 0.16% 0.73% -
HSV(B) 136.36º 0.11% 0.77% -
XYZ 45.99 52.38 51.4 -
YUV 188.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 175 197 181 0.11 0 0.08 0.23 136.36 0.16 0.73
Hex AF C5 B5 B 0 8 17 88 10 49
Octal 257 305 265 13 0 10 27 210 20 111
Binary 10101111 11000101 10110101 1011 0 1000 10111 10001000 10000 1001001

Color Harmonies of #AFC5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5B5

Black with #AFC5B5

Text Example


Text Example

White with #AFC5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5B5; }

 p { color: rgb(175,197,181); }

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

background-color css

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

 a { background-color: rgb(175,197,181); }

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

border-color css

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

 span { border-color: rgb(175,197,181); }

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