Html Css Color HEX #AFCEB3 Gum Leaf

📋 copy color: '#AFCEB3'

red 175 ◦ green 206 ◦ blue 179

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

Shades of Gum Leaf #AFCEB3

Tints of Gum Leaf #AFCEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 31.25%
G = 36.79%
B = 31.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#AFCEB3 (or 0xAFCEB3) is known color: Gum Leaf. HEX triplet: AF, CE and B3. RGB value is (175,206,179). Sum of RGB (Red+Green+Blue) = 175+206+179=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEB3 is #50314C. Grayscale: #C1C1C1. Windows color (decimal): -5255501 or 11783855. OLE color: 11783855.

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

Color convert

RGB 175 206 179 -
CMYK 0.15 0 0.13 0.19
HSL 127.74º 0.24% 0.75% -
HSV(B) 127.74º 0.15% 0.81% -
XYZ 47.89 56.51 51.03 -
YUV 193.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 175 206 179 0.15 0 0.13 0.19 127.74 0.24 0.75
Hex AF CE B3 F 0 D 13 80 18 4B
Octal 257 316 263 17 0 15 23 200 30 113
Binary 10101111 11001110 10110011 1111 0 1101 10011 10000000 11000 1001011

Color Harmonies of #AFCEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEB3

Black with #AFCEB3

Text Example


Text Example

White with #AFCEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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