#148173

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

Shades of Deep Sea #148173

Tints of Deep Sea #148173

Color information

#148173 (or 0x148173) is unknown color: approx Deep Sea. HEX triplet: 14, 81 and 73. RGB value is (20,129,115). Sum of RGB (Red+Green+Blue) = 20+129+115=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #148173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148173 is #EB7E8C. Grayscale: #5E5E5E. Windows color (decimal): -15433357 or 7569684. OLE color: 7569684.

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

Color convert

RGB20129115-
CMYK0.8400.110.49
HSL172.29º73.15%29.22%-
HSV(B)172.29º84.5%50.59%-
XYZ11.2317.0918.93-
YUV94.81139.3974.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=7.58%
G=48.86%
B=43.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201291150.8400.110.49172.2973.1529.22
Hex148173540B31ac491d
Octal242011631240136125411135
Binary1010010000001111001110101000101111000110101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148173; }

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

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

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

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

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

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

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

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