#4BBA8E

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

Shades of Keppel #4BBA8E

Tints of Keppel #4BBA8E

Color information

#4BBA8E (or 0x4BBA8E) is unknown color: approx Keppel. HEX triplet: 4B, BA and 8E. RGB value is (75,186,142). Sum of RGB (Red+Green+Blue) = 75+186+142=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBA8E is #B44571. Grayscale: #939393. Windows color (decimal): -11814258 or 9353803. OLE color: 9353803.

HSL color Cylindrical-coordinate representation of color #4BBA8E: hue angle of 156.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA8E is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB75186142-
CMYK0.6000.240.27
HSL156.22º44.58%51.18%-
HSV(B)156.22º59.68%72.94%-
XYZ25.3438.5731.7-
YUV147.79124.7376.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=18.61%
G=46.15%
B=35.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861420.6000.240.27156.2244.5851.18
Hex4BBA8E3C0181B9c2d33
Octal11327221674030332345563
Binary100101110111010100011101111000110001101110011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,186,142); }

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

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

 a { background-color: rgb(75,186,142); }

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

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

 span { border-color: rgb(75,186,142); }

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