#147367

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

Shades of Deep Sea #147367

Tints of Deep Sea #147367

Color information

#147367 (or 0x147367) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 67. RGB value is (20,115,103). Sum of RGB (Red+Green+Blue) = 20+115+103=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #147367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147367 is #EB8C98. Grayscale: #555555. Windows color (decimal): -15436953 or 6779668. OLE color: 6779668.

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

Color convert

RGB20115103-
CMYK0.8300.100.55
HSL172.42º70.37%26.47%-
HSV(B)172.42º82.61%45.1%-
XYZ8.8713.3914.95-
YUV85.23138.0381.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=8.40%
G=48.32%
B=43.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201151030.8300.100.55172.4270.3726.47
Hex147367530A37ac461a
Octal241631471230126725410632
Binary101001110011110011110100110101011011110101100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147367; }

 p { color: rgb(20,115,103); }

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

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

 a { background-color: rgb(20,115,103); }

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

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

 span { border-color: rgb(20,115,103); }

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