#157769

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

Shades of Deep Sea #157769

Tints of Deep Sea #157769

Color information

#157769 (or 0x157769) is unknown color: approx Deep Sea. HEX triplet: 15, 77 and 69. RGB value is (21,119,105). Sum of RGB (Red+Green+Blue) = 21+119+105=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #157769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157769 is #EA8896. Grayscale: #585858. Windows color (decimal): -15370391 or 6911765. OLE color: 6911765.

HSL color Cylindrical-coordinate representation of color #157769: hue angle of 171.43º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157769 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB21119105-
CMYK0.8200.120.53
HSL171.43º70%27.45%-
HSV(B)171.43º82.35%46.67%-
XYZ9.4614.3715.64-
YUV88.1137.5380.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=8.57%
G=48.57%
B=42.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191050.8200.120.53171.437027.45
Hex157769520C35ab461b
Octal251671511220146525310633
Binary101011110111110100110100100110011010110101011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157769; }

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

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

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

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

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

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

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

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