#4CBA8B

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

Shades of Keppel #4CBA8B

Tints of Keppel #4CBA8B

Color information

#4CBA8B (or 0x4CBA8B) is unknown color: approx Keppel. HEX triplet: 4C, BA and 8B. RGB value is (76,186,139). Sum of RGB (Red+Green+Blue) = 76+186+139=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA8B is #B34574. Grayscale: #939393. Windows color (decimal): -11748725 or 9157196. OLE color: 9157196.

HSL color Cylindrical-coordinate representation of color #4CBA8B: hue angle of 154.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA8B is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB76186139-
CMYK0.5900.250.27
HSL154.36º44.35%51.37%-
HSV(B)154.36º59.14%72.94%-
XYZ25.238.5230.53-
YUV147.75123.0676.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=18.95%
G=46.38%
B=34.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761861390.5900.250.27154.3644.3551.37
Hex4CBA8B3B0191B9a2c33
Octal11427221373031332325463
Binary100110010111010100010111110110110011101110011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,186,139); }

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

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

 a { background-color: rgb(76,186,139); }

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

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

 span { border-color: rgb(76,186,139); }

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