#46B88F

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

Shades of Keppel #46B88F

Tints of Keppel #46B88F

Color information

#46B88F (or 0x46B88F) is unknown color: approx Keppel. HEX triplet: 46, B8 and 8F. RGB value is (70,184,143). Sum of RGB (Red+Green+Blue) = 70+184+143=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #46B88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B88F is #B94770. Grayscale: #919191. Windows color (decimal): -12142449 or 9418822. OLE color: 9418822.

HSL color Cylindrical-coordinate representation of color #46B88F: hue angle of 158.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B88F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB70184143-
CMYK0.6200.220.28
HSL158.42º44.88%49.8%-
HSV(B)158.42º61.96%72.16%-
XYZ24.6237.5731.94-
YUV145.24126.7374.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 184 (72.27% from 255) = 46.35%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=17.63%
G=46.35%
B=36.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal701841430.6200.220.28158.4244.8849.8
Hex46B88F3E0161C9e2d32
Octal10627021776026342365562
Binary100011010111000100011111111100101101110010011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B88F; }

 p { color: rgb(70,184,143); }

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

<style>
 a { background-color: #46B88F; }

 a { background-color: rgb(70,184,143); }

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

<style>
 span { border-color: #46B88F; }

 span { border-color: rgb(70,184,143); }

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