Html Css Color HEX #AFD5BA Gum Leaf

📋 copy color: '#AFD5BA'

red 175 ◦ green 213 ◦ blue 186

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

Shades of Gum Leaf #AFD5BA

Tints of Gum Leaf #AFD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.11%

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 30.49%
G = 37.11%
B = 32.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AFD5BA (or 0xAFD5BA) is known color: Gum Leaf. HEX triplet: AF, D5 and BA. RGB value is (175,213,186). Sum of RGB (Red+Green+Blue) = 175+213+186=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5BA is #502A45. Grayscale: #C6C6C6. Windows color (decimal): -5253702 or 12244399. OLE color: 12244399.

HSL color Cylindrical-coordinate representation of color #AFD5BA: hue angle of 137.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD5BA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 186 -
CMYK 0.18 0 0.13 0.16
HSL 137.37º 0.31% 0.76% -
HSV(B) 137.37º 0.18% 0.84% -
XYZ 50.34 60.25 55.43 -
YUV 198.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 175 213 186 0.18 0 0.13 0.16 137.37 0.31 0.76
Hex AF D5 BA 12 0 D 10 89 1F 4C
Octal 257 325 272 22 0 15 20 211 37 114
Binary 10101111 11010101 10111010 10010 0 1101 10000 10001001 11111 1001100

Color Harmonies of #AFD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD5BA

Black with #AFD5BA

Text Example


Text Example

White with #AFD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD5BA; }

 p { color: rgb(175,213,186); }

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

background-color css

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

 a { background-color: rgb(175,213,186); }

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

border-color css

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

 span { border-color: rgb(175,213,186); }

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