#148665

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

Shades of Deep Sea #148665

Tints of Deep Sea #148665

Color information

#148665 (or 0x148665) is unknown color: approx Deep Sea. HEX triplet: 14, 86 and 65. RGB value is (20,134,101). Sum of RGB (Red+Green+Blue) = 20+134+101=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #148665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148665 is #EB799A. Grayscale: #606060. Windows color (decimal): -15432091 or 6653460. OLE color: 6653460.

HSL color Cylindrical-coordinate representation of color #148665: hue angle of 162.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148665 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB20134101-
CMYK0.8500.250.47
HSL162.63º74.03%30.2%-
HSV(B)162.63º85.07%52.55%-
XYZ11.1618.1415.22-
YUV96.15130.7373.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=7.84%
G=52.55%
B=39.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201341010.8500.250.47162.6374.0330.2
Hex148665550192Fa34a1e
Octal242061451250315724311236
Binary10100100001101100101101010101100110111110100011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148665; }

 p { color: rgb(20,134,101); }

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

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

 a { background-color: rgb(20,134,101); }

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

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

 span { border-color: rgb(20,134,101); }

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