#4AB094

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

Shades of Keppel #4AB094

Tints of Keppel #4AB094

Color information

#4AB094 (or 0x4AB094) is unknown color: approx Keppel. HEX triplet: 4A, B0 and 94. RGB value is (74,176,148). Sum of RGB (Red+Green+Blue) = 74+176+148=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB094 is #B54F6B. Grayscale: #8E8E8E. Windows color (decimal): -11882348 or 9744458. OLE color: 9744458.

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

Color convert

RGB74176148-
CMYK0.5800.160.31
HSL163.53º40.8%49.02%-
HSV(B)163.53º57.95%69.02%-
XYZ23.6934.6433.46-
YUV142.31131.2179.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=18.59%
G=44.22%
B=37.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761480.5800.160.31163.5340.849.02
Hex4AB0943A0101Fa42931
Octal11226022472020372445161
Binary100101010110000100101001110100100001111110100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,148); }

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

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

 a { background-color: rgb(74,176,148); }

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

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

 span { border-color: rgb(74,176,148); }

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