#148061

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

Shades of Deep Sea #148061

Tints of Deep Sea #148061

Color information

#148061 (or 0x148061) is unknown color: approx Deep Sea. HEX triplet: 14, 80 and 61. RGB value is (20,128,97). Sum of RGB (Red+Green+Blue) = 20+128+97=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #148061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148061 is #EB7F9E. Grayscale: #5C5C5C. Windows color (decimal): -15433631 or 6389780. OLE color: 6389780.

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

Color convert

RGB2012897-
CMYK0.8400.240.50
HSL162.78º72.97%29.02%-
HSV(B)162.78º84.38%50.2%-
XYZ10.1716.4513.95-
YUV92.17130.7276.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=8.16%
G=52.24%
B=39.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128970.8400.240.50162.7872.9729.02
Hex1480615401832a3491d
Octal242001411240306224311135
Binary10100100000001100001101010001100011001010100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148061; }

 p { color: rgb(20,128,97); }

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

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

 a { background-color: rgb(20,128,97); }

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

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

 span { border-color: rgb(20,128,97); }

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