#15746A

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

Shades of Deep Sea #15746A

Tints of Deep Sea #15746A

Color information

#15746A (or 0x15746A) is unknown color: approx Deep Sea. HEX triplet: 15, 74 and 6A. RGB value is (21,116,106). Sum of RGB (Red+Green+Blue) = 21+116+106=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #15746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15746A is #EA8B95. Grayscale: #565656. Windows color (decimal): -15371158 or 6976533. OLE color: 6976533.

HSL color Cylindrical-coordinate representation of color #15746A: hue angle of 173.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15746A is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB21116106-
CMYK0.8200.090.55
HSL173.68º69.34%26.86%-
HSV(B)173.68º81.9%45.49%-
XYZ9.1613.6915.8-
YUV86.46139.0381.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=8.64%
G=47.74%
B=43.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211161060.8200.090.55173.6869.3426.86
Hex15746A520937ae451b
Octal251641521220116725610533
Binary101011110100110101010100100100111011110101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,116,106); }

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

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

 a { background-color: rgb(21,116,106); }

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

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

 span { border-color: rgb(21,116,106); }

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