#147B71

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

Shades of Deep Sea #147B71

Tints of Deep Sea #147B71

Color information

#147B71 (or 0x147B71) is unknown color: approx Deep Sea. HEX triplet: 14, 7B and 71. RGB value is (20,123,113). Sum of RGB (Red+Green+Blue) = 20+123+113=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #147B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B71 is #EB848E. Grayscale: #5B5B5B. Windows color (decimal): -15434895 or 7437076. OLE color: 7437076.

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

Color convert

RGB20123113-
CMYK0.8400.080.52
HSL174.17º72.03%28.04%-
HSV(B)174.17º83.74%48.24%-
XYZ10.3515.5118.07-
YUV91.06140.3877.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=7.81%
G=48.05%
B=44.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201231130.8400.080.52174.1772.0328.04
Hex147B71540834ae481c
Octal241731611240106425611034
Binary101001111011111000110101000100011010010101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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