#46B68F

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

Shades of Keppel #46B68F

Tints of Keppel #46B68F

Color information

#46B68F (or 0x46B68F) is unknown color: approx Keppel. HEX triplet: 46, B6 and 8F. RGB value is (70,182,143). Sum of RGB (Red+Green+Blue) = 70+182+143=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #46B68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B68F is #B94970. Grayscale: #909090. Windows color (decimal): -12142961 or 9418310. OLE color: 9418310.

HSL color Cylindrical-coordinate representation of color #46B68F: hue angle of 159.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B68F is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB70182143-
CMYK0.6200.210.29
HSL159.11º44.44%49.41%-
HSV(B)159.11º61.54%71.37%-
XYZ24.2136.7431.8-
YUV144.07127.3975.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=17.72%
G=46.08%
B=36.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701821430.6200.210.29159.1144.4449.41
Hex46B68F3E0151D9f2c31
Octal10626621776025352375461
Binary100011010110110100011111111100101011110110011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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