Html Css Color HEX #AFCDB8 Gum Leaf

📋 copy color: '#AFCDB8'

red 175 ◦ green 205 ◦ blue 184

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

Shades of Gum Leaf #AFCDB8

Tints of Gum Leaf #AFCDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 31.03%
G = 36.35%
B = 32.62%

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

#AFCDB8 (or 0xAFCDB8) is known color: Gum Leaf. HEX triplet: AF, CD and B8. RGB value is (175,205,184). Sum of RGB (Red+Green+Blue) = 175+205+184=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB8 is #503247. Grayscale: #C1C1C1. Windows color (decimal): -5255752 or 12111279. OLE color: 12111279.

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

Color convert

RGB 175 205 184 -
CMYK 0.15 0 0.10 0.20
HSL 138º 0.23% 0.75% -
HSV(B) 138º 0.15% 0.8% -
XYZ 48.16 56.24 53.66 -
YUV 193.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 175 205 184 0.15 0 0.10 0.20 138 0.23 0.75
Hex AF CD B8 F 0 A 14 8A 17 4B
Octal 257 315 270 17 0 12 24 212 27 113
Binary 10101111 11001101 10111000 1111 0 1010 10100 10001010 10111 1001011

Color Harmonies of #AFCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDB8

Black with #AFCDB8

Text Example


Text Example

White with #AFCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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