Html Css Color HEX #AFCDB6 Gum Leaf

📋 copy color: '#AFCDB6'

red 175 ◦ green 205 ◦ blue 182

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

Shades of Gum Leaf #AFCDB6

Tints of Gum Leaf #AFCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 31.14%
G = 36.48%
B = 32.38%

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

#AFCDB6 (or 0xAFCDB6) is known color: Gum Leaf. HEX triplet: AF, CD and B6. RGB value is (175,205,182). Sum of RGB (Red+Green+Blue) = 175+205+182=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB6 is #503249. Grayscale: #C1C1C1. Windows color (decimal): -5255754 or 11980207. OLE color: 11980207.

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

Color convert

RGB 175 205 182 -
CMYK 0.15 0 0.11 0.20
HSL 134º 0.23% 0.75% -
HSV(B) 134º 0.15% 0.8% -
XYZ 47.95 56.15 52.57 -
YUV 193.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 175 205 182 0.15 0 0.11 0.20 134 0.23 0.75
Hex AF CD B6 F 0 B 14 86 17 4B
Octal 257 315 266 17 0 13 24 206 27 113
Binary 10101111 11001101 10110110 1111 0 1011 10100 10000110 10111 1001011

Color Harmonies of #AFCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDB6

Black with #AFCDB6

Text Example


Text Example

White with #AFCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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