Html Css Color HEX #ABCFAF Gum Leaf

📋 copy color: '#ABCFAF'

red 171 ◦ green 207 ◦ blue 175

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

Shades of Gum Leaf #ABCFAF

Tints of Gum Leaf #ABCFAF

RGB

 RED value IS 171 (67.19% from 255) = 30.92%

 GREEN value IS 207 (81.25% from 255) = 37.43%

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

R = 30.92%
G = 37.43%
B = 31.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#ABCFAF (or 0xABCFAF) is known color: Gum Leaf. HEX triplet: AB, CF and AF. RGB value is (171,207,175). Sum of RGB (Red+Green+Blue) = 171+207+175=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFAF is #543050. Grayscale: #C0C0C0. Windows color (decimal): -5517393 or 11521963. OLE color: 11521963.

HSL color Cylindrical-coordinate representation of color #ABCFAF: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 175 -
CMYK 0.17 0 0.15 0.19
HSL 126.67º 0.27% 0.74% -
HSV(B) 126.67º 0.17% 0.81% -
XYZ 46.85 56.38 48.97 -
YUV 192.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 171 207 175 0.17 0 0.15 0.19 126.67 0.27 0.74
Hex AB CF AF 11 0 F 13 7F 1B 4A
Octal 253 317 257 21 0 17 23 177 33 112
Binary 10101011 11001111 10101111 10001 0 1111 10011 1111111 11011 1001010

Color Harmonies of #ABCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFAF

Black with #ABCFAF

Text Example


Text Example

White with #ABCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFAF; }

 p { color: rgb(171,207,175); }

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

background-color css

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

 a { background-color: rgb(171,207,175); }

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

border-color css

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

 span { border-color: rgb(171,207,175); }

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