#147B69

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

Shades of Deep Sea #147B69

Tints of Deep Sea #147B69

Color information

#147B69 (or 0x147B69) is unknown color: approx Deep Sea. HEX triplet: 14, 7B and 69. RGB value is (20,123,105). Sum of RGB (Red+Green+Blue) = 20+123+105=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #147B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B69 is #EB8496. Grayscale: #5A5A5A. Windows color (decimal): -15434903 or 6912788. OLE color: 6912788.

HSL color Cylindrical-coordinate representation of color #147B69: hue angle of 169.51º 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 #147B69 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB20123105-
CMYK0.8400.150.52
HSL169.51º72.03%28.04%-
HSV(B)169.51º83.74%48.24%-
XYZ9.9215.3315.8-
YUV90.15136.3877.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=8.06%
G=49.60%
B=42.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201231050.8400.150.52169.5172.0328.04
Hex147B69540F34aa481c
Octal241731511240176425211034
Binary101001111011110100110101000111111010010101010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,123,105); }

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

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

 a { background-color: rgb(20,123,105); }

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

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

 span { border-color: rgb(20,123,105); }

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