Html Css Color HEX #AFCDB7 Gum Leaf

📋 copy color: '#AFCDB7'

red 175 ◦ green 205 ◦ blue 183

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

Shades of Gum Leaf #AFCDB7

Tints of Gum Leaf #AFCDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 31.08%
G = 36.41%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#AFCDB7 (or 0xAFCDB7) is known color: Gum Leaf. HEX triplet: AF, CD and B7. RGB value is (175,205,183). Sum of RGB (Red+Green+Blue) = 175+205+183=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB7 is #503248. Grayscale: #C1C1C1. Windows color (decimal): -5255753 or 12045743. OLE color: 12045743.

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

Color convert

RGB 175 205 183 -
CMYK 0.15 0 0.11 0.20
HSL 136º 0.23% 0.75% -
HSV(B) 136º 0.15% 0.8% -
XYZ 48.06 56.2 53.11 -
YUV 193.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 175 205 183 0.15 0 0.11 0.20 136 0.23 0.75
Hex AF CD B7 F 0 B 14 88 17 4B
Octal 257 315 267 17 0 13 24 210 27 113
Binary 10101111 11001101 10110111 1111 0 1011 10100 10001000 10111 1001011

Color Harmonies of #AFCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDB7

Black with #AFCDB7

Text Example


Text Example

White with #AFCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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