Shades of Gum Leaf #AFC3B5
Tints of Gum Leaf #AFC3B5
RGB
CMYK
RGB Variations
Color information
#AFC3B5 (or 0xAFC3B5) is known color: Gum Leaf. HEX triplet: AF, C3 and B5. RGB value is (175,195,181). Sum of RGB (Red+Green+Blue) = 175+195+181=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3B5 is #503C4A. Grayscale: #BBBBBB. Windows color (decimal): -5258315 or 11912111. OLE color: 11912111.
HSL color Cylindrical-coordinate representation of color #AFC3B5: hue angle of 138º 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 #AFC3B5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 195 | 181 | - |
CMYK | 0.10 | 0 | 0.07 | 0.24 |
HSL | 138º | 0.14% | 0.73% | - |
HSV(B) | 138º | 0.1% | 0.76% | - |
XYZ | 45.53 | 51.48 | 51.25 | - |
YUV | 187.42 | 124.37 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 195 | 181 | 0.10 | 0 | 0.07 | 0.24 | 138 | 0.14 | 0.73 |
Hex | AF | C3 | B5 | A | 0 | 7 | 18 | 8A | E | 49 |
Octal | 257 | 303 | 265 | 12 | 0 | 7 | 30 | 212 | 16 | 111 |
Binary | 10101111 | 11000011 | 10110101 | 1010 | 0 | 111 | 11000 | 10001010 | 1110 | 1001001 |
Color Harmonies of #AFC3B5
Complementary color
Monochromatic Colors of #AFC3B5
Black with #AFC3B5
Text Example
Text Example
White with #AFC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3B5; }
p { color: rgb(175,195,181); }
H1.HeaderClassName
{
color: #AFC3B5;
}
.AnyTagClassName
{
color: #AFC3B5;
}
</style>
background-color css
<style>
a { background-color: #AFC3B5; }
a { background-color: rgb(175,195,181); }
div.DivClassName
{
background-color: #AFC3B5;
}
.BgClassName
{
background-color: #AFC3B5;
}
</style>
border-color css
<style>
span { border-color: #AFC3B5; }
span { border-color: rgb(175,195,181); }
td.TdClassName
{
border-color: #AFC3B5;
}
.TagClassName
{
border-color: #AFC3B5;
}
</style>