#4AB28D

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

Shades of Keppel #4AB28D

Tints of Keppel #4AB28D

Color information

#4AB28D (or 0x4AB28D) is unknown color: approx Keppel. HEX triplet: 4A, B2 and 8D. RGB value is (74,178,141). Sum of RGB (Red+Green+Blue) = 74+178+141=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB28D is #B54D72. Grayscale: #8E8E8E. Windows color (decimal): -11881843 or 9286218. OLE color: 9286218.

HSL color Cylindrical-coordinate representation of color #4AB28D: hue angle of 158.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB28D is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB74178141-
CMYK0.5800.210.30
HSL158.65º41.27%49.41%-
HSV(B)158.65º58.43%69.8%-
XYZ23.5535.2230.76-
YUV142.69127.0479.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.83%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=18.83%
G=45.29%
B=35.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781410.5800.210.30158.6541.2749.41
Hex4AB28D3A0151E9f2931
Octal11226221572025362375161
Binary100101010110010100011011110100101011111010011111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,141); }

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

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

 a { background-color: rgb(74,178,141); }

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

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

 span { border-color: rgb(74,178,141); }

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