#4CA995

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

Shades of Keppel #4CA995

Tints of Keppel #4CA995

Color information

#4CA995 (or 0x4CA995) is unknown color: approx Keppel. HEX triplet: 4C, A9 and 95. RGB value is (76,169,149). Sum of RGB (Red+Green+Blue) = 76+169+149=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA995 is #B3566A. Grayscale: #8A8A8A. Windows color (decimal): -11753067 or 9808204. OLE color: 9808204.

HSL color Cylindrical-coordinate representation of color #4CA995: hue angle of 167.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA995 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB76169149-
CMYK0.5500.120.34
HSL167.1º37.96%48.04%-
HSV(B)167.1º55.03%66.27%-
XYZ22.5932.0833.44-
YUV138.91133.6983.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=19.29%
G=42.89%
B=37.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691490.5500.120.34167.137.9648.04
Hex4CA995370C22a72630
Octal11425122567014422474660
Binary100110010101001100101011101110110010001010100111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,149); }

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

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

 a { background-color: rgb(76,169,149); }

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

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

 span { border-color: rgb(76,169,149); }

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