#4CB195

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

Shades of Keppel #4CB195

Tints of Keppel #4CB195

Color information

#4CB195 (or 0x4CB195) is unknown color: approx Keppel. HEX triplet: 4C, B1 and 95. RGB value is (76,177,149). Sum of RGB (Red+Green+Blue) = 76+177+149=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB195 is #B34E6A. Grayscale: #8F8F8F. Windows color (decimal): -11751019 or 9810252. OLE color: 9810252.

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

Color convert

RGB76177149-
CMYK0.5700.160.31
HSL163.37º39.92%49.61%-
HSV(B)163.37º57.06%69.41%-
XYZ24.1335.1533.95-
YUV143.61131.0479.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=18.91%
G=44.03%
B=37.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761771490.5700.160.31163.3739.9249.61
Hex4CB195390101Fa32832
Octal11426122571020372435062
Binary100110010110001100101011110010100001111110100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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