Html Css Color HEX #AFCFB8 Gum Leaf

📋 copy color: '#AFCFB8'

red 175 ◦ green 207 ◦ blue 184

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

Shades of Gum Leaf #AFCFB8

Tints of Gum Leaf #AFCFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.51%

R = 30.92%
G = 36.57%
B = 32.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#AFCFB8 (or 0xAFCFB8) is known color: Gum Leaf. HEX triplet: AF, CF and B8. RGB value is (175,207,184). Sum of RGB (Red+Green+Blue) = 175+207+184=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFB8 is #503047. Grayscale: #C2C2C2. Windows color (decimal): -5255240 or 12111791. OLE color: 12111791.

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

Color convert

RGB 175 207 184 -
CMYK 0.15 0 0.11 0.19
HSL 136.88º 0.25% 0.75% -
HSV(B) 136.88º 0.15% 0.81% -
XYZ 48.64 57.2 53.82 -
YUV 194.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 175 207 184 0.15 0 0.11 0.19 136.88 0.25 0.75
Hex AF CF B8 F 0 B 13 89 19 4B
Octal 257 317 270 17 0 13 23 211 31 113
Binary 10101111 11001111 10111000 1111 0 1011 10011 10001001 11001 1001011

Color Harmonies of #AFCFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFB8

Black with #AFCFB8

Text Example


Text Example

White with #AFCFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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