#4BBB90

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

Shades of Keppel #4BBB90

Tints of Keppel #4BBB90

Color information

#4BBB90 (or 0x4BBB90) is unknown color: approx Keppel. HEX triplet: 4B, BB and 90. RGB value is (75,187,144). Sum of RGB (Red+Green+Blue) = 75+187+144=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBB90 is #B4446F. Grayscale: #949494. Windows color (decimal): -11814000 or 9485131. OLE color: 9485131.

HSL color Cylindrical-coordinate representation of color #4BBB90: hue angle of 156.96º 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 #4BBB90 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB75187144-
CMYK0.6000.230.27
HSL156.96º45.16%51.37%-
HSV(B)156.96º59.89%73.33%-
XYZ25.7139.0532.57-
YUV148.61125.3975.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.47%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=18.47%
G=46.06%
B=35.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751871440.6000.230.27156.9645.1651.37
Hex4BBB903C0171B9d2d33
Octal11327322074027332355563
Binary100101110111011100100001111000101111101110011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,187,144); }

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

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

 a { background-color: rgb(75,187,144); }

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

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

 span { border-color: rgb(75,187,144); }

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