#14736A

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

Shades of Deep Sea #14736A

Tints of Deep Sea #14736A

Color information

#14736A (or 0x14736A) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 6A. RGB value is (20,115,106). Sum of RGB (Red+Green+Blue) = 20+115+106=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #14736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14736A is #EB8C95. Grayscale: #555555. Windows color (decimal): -15436950 or 6976276. OLE color: 6976276.

HSL color Cylindrical-coordinate representation of color #14736A: hue angle of 174.32º 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 #14736A is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB20115106-
CMYK0.8300.080.55
HSL174.32º70.37%26.47%-
HSV(B)174.32º82.61%45.1%-
XYZ9.0213.4515.76-
YUV85.57139.5381.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=8.30%
G=47.72%
B=43.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201151060.8300.080.55174.3270.3726.47
Hex14736A530837ae461a
Octal241631521230106725610632
Binary101001110011110101010100110100011011110101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14736A; }

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

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

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

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

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

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

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

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