#147A66

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

Shades of Deep Sea #147A66

Tints of Deep Sea #147A66

Color information

#147A66 (or 0x147A66) is unknown color: approx Deep Sea. HEX triplet: 14, 7A and 66. RGB value is (20,122,102). Sum of RGB (Red+Green+Blue) = 20+122+102=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #147A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A66 is #EB8599. Grayscale: #595959. Windows color (decimal): -15435162 or 6715924. OLE color: 6715924.

HSL color Cylindrical-coordinate representation of color #147A66: hue angle of 168.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A66 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB20122102-
CMYK0.8400.160.52
HSL168.24º71.83%27.84%-
HSV(B)168.24º83.61%47.84%-
XYZ9.6515.0314.96-
YUV89.22135.2178.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=8.20%
G=50%
B=41.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201221020.8400.160.52168.2471.8327.84
Hex147A665401034a8481c
Octal241721461240206425011034
Binary1010011110101100110101010001000011010010101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A66; }

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

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

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

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

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

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

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

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