#4BB194

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

Shades of Keppel #4BB194

Tints of Keppel #4BB194

Color information

#4BB194 (or 0x4BB194) is unknown color: approx Keppel. HEX triplet: 4B, B1 and 94. RGB value is (75,177,148). Sum of RGB (Red+Green+Blue) = 75+177+148=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB194 is #B44E6B. Grayscale: #8F8F8F. Windows color (decimal): -11816556 or 9744715. OLE color: 9744715.

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

Color convert

RGB75177148-
CMYK0.5800.160.31
HSL162.94º40.48%49.41%-
HSV(B)162.94º57.63%69.41%-
XYZ23.9735.0833.52-
YUV143.2130.7179.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.75%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 148 (58.20% from 255) = 37%
R=18.75%
G=44.25%
B=37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751771480.5800.160.31162.9440.4849.41
Hex4BB1943A0101Fa32831
Octal11326122472020372435061
Binary100101110110001100101001110100100001111110100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,148); }

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

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

 a { background-color: rgb(75,177,148); }

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

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

 span { border-color: rgb(75,177,148); }

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