#157261

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

Shades of Deep Sea #157261

Tints of Deep Sea #157261

Color information

#157261 (or 0x157261) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 61. RGB value is (21,114,97). Sum of RGB (Red+Green+Blue) = 21+114+97=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #157261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157261 is #EA8D9E. Grayscale: #545454. Windows color (decimal): -15371679 or 6386197. OLE color: 6386197.

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

Color convert

RGB2111497-
CMYK0.8200.150.55
HSL169.03º68.89%26.47%-
HSV(B)169.03º81.58%44.71%-
XYZ8.4813.0613.38-
YUV84.26135.1982.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=9.05%
G=49.14%
B=41.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114970.8200.150.55169.0368.8926.47
Hex157261520F37a9451a
Octal251621411220176725110532
Binary101011110010110000110100100111111011110101001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157261; }

 p { color: rgb(21,114,97); }

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

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

 a { background-color: rgb(21,114,97); }

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

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

 span { border-color: rgb(21,114,97); }

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