Html Css Color HEX #AFCDB4 Gum Leaf

📋 copy color: '#AFCDB4'

red 175 ◦ green 205 ◦ blue 180

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

Shades of Gum Leaf #AFCDB4

Tints of Gum Leaf #AFCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 31.25%
G = 36.61%
B = 32.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#AFCDB4 (or 0xAFCDB4) is known color: Gum Leaf. HEX triplet: AF, CD and B4. RGB value is (175,205,180). Sum of RGB (Red+Green+Blue) = 175+205+180=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB4 is #50324B. Grayscale: #C1C1C1. Windows color (decimal): -5255756 or 11849135. OLE color: 11849135.

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

Color convert

RGB 175 205 180 -
CMYK 0.15 0 0.12 0.20
HSL 130º 0.23% 0.75% -
HSV(B) 130º 0.15% 0.8% -
XYZ 47.75 56.07 51.49 -
YUV 193.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 175 205 180 0.15 0 0.12 0.20 130 0.23 0.75
Hex AF CD B4 F 0 C 14 82 17 4B
Octal 257 315 264 17 0 14 24 202 27 113
Binary 10101111 11001101 10110100 1111 0 1100 10100 10000010 10111 1001011

Color Harmonies of #AFCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDB4

Black with #AFCDB4

Text Example


Text Example

White with #AFCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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