#4ABD8C

Color #4ABD8C Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4ABD8C

Tints of Keppel #4ABD8C

Color information

#4ABD8C (or 0x4ABD8C) is unknown color: approx Keppel. HEX triplet: 4A, BD and 8C. RGB value is (74,189,140). Sum of RGB (Red+Green+Blue) = 74+189+140=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABD8C is #B54273. Grayscale: #959595. Windows color (decimal): -11879028 or 9223498. OLE color: 9223498.

HSL color Cylindrical-coordinate representation of color #4ABD8C: hue angle of 154.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD8C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB74189140-
CMYK0.6100.260.26
HSL154.43º46.56%51.57%-
HSV(B)154.43º60.85%74.12%-
XYZ25.7639.7431.12-
YUV149.03122.974.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.36%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=18.36%
G=46.90%
B=34.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741891400.6100.260.26154.4346.5651.57
Hex4ABD8C3D01A1A9a2f34
Octal11227521475032322325764
Binary100101010111101100011001111010110101101010011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ABD8C; }

 p { color: rgb(74,189,140); }

 H1.HeaderClassName
 {
   color: #4ABD8C;
 }
 .AnyTagClassName
 {
   color: #4ABD8C;
 }
</style>
background-color css

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

 a { background-color: rgb(74,189,140); }

 div.DivClassName
 {
   background-color: #4ABD8C;
 }
 .BgClassName
 {
   background-color: #4ABD8C;
 }
</style>
border-color css

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

 span { border-color: rgb(74,189,140); }

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