#148266

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

Shades of Deep Sea #148266

Tints of Deep Sea #148266

Color information

#148266 (or 0x148266) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 66. RGB value is (20,130,102). Sum of RGB (Red+Green+Blue) = 20+130+102=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #148266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148266 is #EB7D99. Grayscale: #5D5D5D. Windows color (decimal): -15433114 or 6717972. OLE color: 6717972.

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

Color convert

RGB20130102-
CMYK0.8500.220.49
HSL164.73º73.33%29.41%-
HSV(B)164.73º84.62%50.98%-
XYZ10.6717.0715.3-
YUV93.92132.5675.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=7.94%
G=51.59%
B=40.48%

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
Decimal201301020.8500.220.49164.7373.3329.41
Hex1482665501631a5491d
Octal242021461250266124511135
Binary10100100000101100110101010101011011000110100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148266; }

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

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

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

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

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

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

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

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