#148262

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

Shades of Deep Sea #148262

Tints of Deep Sea #148262

Color information

#148262 (or 0x148262) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 62. RGB value is (20,130,98). Sum of RGB (Red+Green+Blue) = 20+130+98=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #148262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148262 is #EB7D9D. Grayscale: #5D5D5D. Windows color (decimal): -15433118 or 6455828. OLE color: 6455828.

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

Color convert

RGB2013098-
CMYK0.8500.250.49
HSL162.55º73.33%29.41%-
HSV(B)162.55º84.62%50.98%-
XYZ10.481714.28-
YUV93.46130.5675.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=8.06%
G=52.42%
B=39.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130980.8500.250.49162.5573.3329.41
Hex1482625501931a3491d
Octal242021421250316124311135
Binary10100100000101100010101010101100111000110100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148262; }

 p { color: rgb(20,130,98); }

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

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

 a { background-color: rgb(20,130,98); }

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

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

 span { border-color: rgb(20,130,98); }

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