#148366

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

Shades of Deep Sea #148366

Tints of Deep Sea #148366

Color information

#148366 (or 0x148366) is unknown color: approx Deep Sea. HEX triplet: 14, 83 and 66. RGB value is (20,131,102). Sum of RGB (Red+Green+Blue) = 20+131+102=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #148366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148366 is #EB7C99. Grayscale: #5E5E5E. Windows color (decimal): -15432858 or 6718228. OLE color: 6718228.

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

Color convert

RGB20131102-
CMYK0.8500.220.49
HSL164.32º73.51%29.61%-
HSV(B)164.32º84.73%51.37%-
XYZ10.817.3415.35-
YUV94.5132.2374.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=7.91%
G=51.78%
B=40.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201311020.8500.220.49164.3273.5129.61
Hex1483665501631a44a1e
Octal242031461250266124411236
Binary10100100000111100110101010101011011000110100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148366; }

 p { color: rgb(20,131,102); }

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

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

 a { background-color: rgb(20,131,102); }

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

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

 span { border-color: rgb(20,131,102); }

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