Html Css Color HEX #ABD4BA Gum Leaf

📋 copy color: '#ABD4BA'

red 171 ◦ green 212 ◦ blue 186

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

Shades of Gum Leaf #ABD4BA

Tints of Gum Leaf #ABD4BA

RGB

 RED value IS 171 (67.19% from 255) = 30.05%

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

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

R = 30.05%
G = 37.26%
B = 32.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#ABD4BA (or 0xABD4BA) is known color: Gum Leaf. HEX triplet: AB, D4 and BA. RGB value is (171,212,186). Sum of RGB (Red+Green+Blue) = 171+212+186=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4BA is #542B45. Grayscale: #C4C4C4. Windows color (decimal): -5516102 or 12244139. OLE color: 12244139.

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

Color convert

RGB 171 212 186 -
CMYK 0.19 0 0.12 0.17
HSL 141.95º 0.32% 0.75% -
HSV(B) 141.95º 0.19% 0.83% -
XYZ 49.2 59.29 55.31 -
YUV 196.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 171 212 186 0.19 0 0.12 0.17 141.95 0.32 0.75
Hex AB D4 BA 13 0 C 11 8E 20 4B
Octal 253 324 272 23 0 14 21 216 40 113
Binary 10101011 11010100 10111010 10011 0 1100 10001 10001110 100000 1001011

Color Harmonies of #ABD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4BA

Black with #ABD4BA

Text Example


Text Example

White with #ABD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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