#148074

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

Shades of Deep Sea #148074

Tints of Deep Sea #148074

Color information

#148074 (or 0x148074) is unknown color: approx Deep Sea. HEX triplet: 14, 80 and 74. RGB value is (20,128,116). Sum of RGB (Red+Green+Blue) = 20+128+116=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #148074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148074 is #EB7F8B. Grayscale: #5E5E5E. Windows color (decimal): -15433612 or 7634964. OLE color: 7634964.

HSL color Cylindrical-coordinate representation of color #148074: hue angle of 173.33º 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 #148074 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB20128116-
CMYK0.8400.090.50
HSL173.33º72.97%29.02%-
HSV(B)173.33º84.38%50.2%-
XYZ11.1616.8519.19-
YUV94.34140.2274.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=7.58%
G=48.48%
B=43.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201281160.8400.090.50173.3372.9729.02
Hex148074540932ad491d
Octal242001641240116225511135
Binary1010010000000111010010101000100111001010101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148074; }

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

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

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

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

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

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

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

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