#157B69

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

Shades of Deep Sea #157B69

Tints of Deep Sea #157B69

Color information

#157B69 (or 0x157B69) is unknown color: approx Deep Sea. HEX triplet: 15, 7B and 69. RGB value is (21,123,105). Sum of RGB (Red+Green+Blue) = 21+123+105=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #157B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B69 is #EA8496. Grayscale: #5A5A5A. Windows color (decimal): -15369367 or 6912789. OLE color: 6912789.

HSL color Cylindrical-coordinate representation of color #157B69: hue angle of 169.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B69 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB21123105-
CMYK0.8300.150.52
HSL169.41º70.83%28.24%-
HSV(B)169.41º82.93%48.24%-
XYZ9.9415.3515.8-
YUV90.45136.2178.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 123 (48.44% from 255) = 49.40%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=8.43%
G=49.40%
B=42.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211231050.8300.150.52169.4170.8328.24
Hex157B69530F34a9471c
Octal251731511230176425110734
Binary101011111011110100110100110111111010010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157B69; }

 p { color: rgb(21,123,105); }

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

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

 a { background-color: rgb(21,123,105); }

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

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

 span { border-color: rgb(21,123,105); }

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