Html Css Color HEX #ABCEB4 Gum Leaf

📋 copy color: '#ABCEB4'

red 171 ◦ green 206 ◦ blue 180

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

Shades of Gum Leaf #ABCEB4

Tints of Gum Leaf #ABCEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.98%

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

R = 30.7%
G = 36.98%
B = 32.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#ABCEB4 (or 0xABCEB4) is known color: Gum Leaf. HEX triplet: AB, CE and B4. RGB value is (171,206,180). Sum of RGB (Red+Green+Blue) = 171+206+180=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEB4 is #54314B. Grayscale: #C0C0C0. Windows color (decimal): -5517644 or 11849387. OLE color: 11849387.

HSL color Cylindrical-coordinate representation of color #ABCEB4: hue angle of 135.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEB4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 180 -
CMYK 0.17 0 0.13 0.19
HSL 135.43º 0.26% 0.74% -
HSV(B) 135.43º 0.17% 0.81% -
XYZ 47.1 56.1 51.52 -
YUV 192.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 171 206 180 0.17 0 0.13 0.19 135.43 0.26 0.74
Hex AB CE B4 11 0 D 13 87 1A 4A
Octal 253 316 264 21 0 15 23 207 32 112
Binary 10101011 11001110 10110100 10001 0 1101 10011 10000111 11010 1001010

Color Harmonies of #ABCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEB4

Black with #ABCEB4

Text Example


Text Example

White with #ABCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEB4; }

 p { color: rgb(171,206,180); }

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

background-color css

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

 a { background-color: rgb(171,206,180); }

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

border-color css

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

 span { border-color: rgb(171,206,180); }

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