Html Css Color HEX #AFD4BA Gum Leaf

📋 copy color: '#AFD4BA'

red 175 ◦ green 212 ◦ blue 186

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

Shades of Gum Leaf #AFD4BA

Tints of Gum Leaf #AFD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37%

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

R = 30.54%
G = 37%
B = 32.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#AFD4BA (or 0xAFD4BA) is known color: Gum Leaf. HEX triplet: AF, D4 and BA. RGB value is (175,212,186). Sum of RGB (Red+Green+Blue) = 175+212+186=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4BA is #502B45. Grayscale: #C6C6C6. Windows color (decimal): -5253958 or 12244143. OLE color: 12244143.

HSL color Cylindrical-coordinate representation of color #AFD4BA: hue angle of 137.84º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4BA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 186 -
CMYK 0.17 0 0.12 0.17
HSL 137.84º 0.3% 0.76% -
HSV(B) 137.84º 0.17% 0.83% -
XYZ 50.09 59.75 55.35 -
YUV 197.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 175 212 186 0.17 0 0.12 0.17 137.84 0.3 0.76
Hex AF D4 BA 11 0 C 11 8A 1E 4C
Octal 257 324 272 21 0 14 21 212 36 114
Binary 10101111 11010100 10111010 10001 0 1100 10001 10001010 11110 1001100

Color Harmonies of #AFD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4BA

Black with #AFD4BA

Text Example


Text Example

White with #AFD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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