#148164

Color #148164 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #148164

Tints of Deep Sea #148164

Color information

#148164 (or 0x148164) is unknown color: approx Deep Sea. HEX triplet: 14, 81 and 64. RGB value is (20,129,100). Sum of RGB (Red+Green+Blue) = 20+129+100=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #148164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148164 is #EB7E9B. Grayscale: #5D5D5D. Windows color (decimal): -15433372 or 6586644. OLE color: 6586644.

HSL color Cylindrical-coordinate representation of color #148164: hue angle of 164.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148164 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB20129100-
CMYK0.8400.220.49
HSL164.04º73.15%29.22%-
HSV(B)164.04º84.5%50.59%-
XYZ10.4416.7714.74-
YUV93.1131.8975.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=8.03%
G=51.81%
B=40.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201291000.8400.220.49164.0473.1529.22
Hex1481645401631a4491d
Octal242011441240266124411135
Binary10100100000011100100101010001011011000110100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148164; }

 p { color: rgb(20,129,100); }

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

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

 a { background-color: rgb(20,129,100); }

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

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

 span { border-color: rgb(20,129,100); }

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