Html Css Color HEX #AFCEB8 Gum Leaf

📋 copy color: '#AFCEB8'

red 175 ◦ green 206 ◦ blue 184

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

Shades of Gum Leaf #AFCEB8

Tints of Gum Leaf #AFCEB8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.46%

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

R = 30.97%
G = 36.46%
B = 32.57%

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

#AFCEB8 (or 0xAFCEB8) is known color: Gum Leaf. HEX triplet: AF, CE and B8. RGB value is (175,206,184). Sum of RGB (Red+Green+Blue) = 175+206+184=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEB8 is #503147. Grayscale: #C2C2C2. Windows color (decimal): -5255496 or 12111535. OLE color: 12111535.

HSL color Cylindrical-coordinate representation of color #AFCEB8: hue angle of 137.42º degrees, saturation: 0.24, 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 #AFCEB8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 184 -
CMYK 0.15 0 0.11 0.19
HSL 137.42º 0.24% 0.75% -
HSV(B) 137.42º 0.15% 0.81% -
XYZ 48.4 56.72 53.74 -
YUV 194.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 175 206 184 0.15 0 0.11 0.19 137.42 0.24 0.75
Hex AF CE B8 F 0 B 13 89 18 4B
Octal 257 316 270 17 0 13 23 211 30 113
Binary 10101111 11001110 10111000 1111 0 1011 10011 10001001 11000 1001011

Color Harmonies of #AFCEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEB8

Black with #AFCEB8

Text Example


Text Example

White with #AFCEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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