#147266

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

Shades of Deep Sea #147266

Tints of Deep Sea #147266

Color information

#147266 (or 0x147266) is unknown color: approx Deep Sea. HEX triplet: 14, 72 and 66. RGB value is (20,114,102). Sum of RGB (Red+Green+Blue) = 20+114+102=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #147266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147266 is #EB8D99. Grayscale: #545454. Windows color (decimal): -15437210 or 6713876. OLE color: 6713876.

HSL color Cylindrical-coordinate representation of color #147266: hue angle of 172.34º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147266 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB20114102-
CMYK0.8200.110.55
HSL172.34º70.15%26.27%-
HSV(B)172.34º82.46%44.71%-
XYZ8.713.1414.65-
YUV84.53137.8681.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=8.47%
G=48.31%
B=43.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201141020.8200.110.55172.3470.1526.27
Hex147266520B37ac461a
Octal241621461220136725410632
Binary101001110010110011010100100101111011110101100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147266; }

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

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

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

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

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

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

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

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