Html Css Color HEX #AFCDB9 Gum Leaf

📋 copy color: '#AFCDB9'

red 175 ◦ green 205 ◦ blue 185

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

Shades of Gum Leaf #AFCDB9

Tints of Gum Leaf #AFCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 30.97%
G = 36.28%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#AFCDB9 (or 0xAFCDB9) is known color: Gum Leaf. HEX triplet: AF, CD and B9. RGB value is (175,205,185). Sum of RGB (Red+Green+Blue) = 175+205+185=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB9 is #503246. Grayscale: #C1C1C1. Windows color (decimal): -5255751 or 12176815. OLE color: 12176815.

HSL color Cylindrical-coordinate representation of color #AFCDB9: hue angle of 140º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 185 -
CMYK 0.15 0 0.10 0.20
HSL 140º 0.23% 0.75% -
HSV(B) 140º 0.15% 0.8% -
XYZ 48.27 56.28 54.22 -
YUV 193.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 175 205 185 0.15 0 0.10 0.20 140 0.23 0.75
Hex AF CD B9 F 0 A 14 8C 17 4B
Octal 257 315 271 17 0 12 24 214 27 113
Binary 10101111 11001101 10111001 1111 0 1010 10100 10001100 10111 1001011

Color Harmonies of #AFCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDB9

Black with #AFCDB9

Text Example


Text Example

White with #AFCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDB9; }

 p { color: rgb(175,205,185); }

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

background-color css

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

 a { background-color: rgb(175,205,185); }

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

border-color css

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

 span { border-color: rgb(175,205,185); }

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