Html Css Color HEX #157B60 Deep Sea

📋 copy color: '#157B60'

red 21 ◦ green 123 ◦ blue 96

#157B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #157B60

Tints of Deep Sea #157B60

RGB

 RED value IS 21 (8.59% from 255) = 8.75%

 GREEN value IS 123 (48.44% from 255) = 51.25%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 8.75%
G = 51.25%
B = 40%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#157B60 (or 0x157B60) is known color: Deep Sea. HEX triplet: 15, 7B and 60. RGB value is (21,123,96). Sum of RGB (Red+Green+Blue) = 21+123+96=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #157B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B60 is #EA849F. Grayscale: #595959. Windows color (decimal): -15369376 or 6322965. OLE color: 6322965.

HSL color Cylindrical-coordinate representation of color #157B60: hue angle of 164.12º 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 #157B60 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 123 96 -
CMYK 0.83 0 0.22 0.52
HSL 164.12º 0.71% 0.28% -
HSV(B) 164.12º 0.83% 0.48% -
XYZ 9.5 15.17 13.49 -
YUV 89.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 21 123 96 0.83 0 0.22 0.52 164.12 0.71 0.28
Hex 15 7B 60 53 0 16 34 A4 47 1C
Octal 25 173 140 123 0 26 64 244 107 34
Binary 10101 1111011 1100000 1010011 0 10110 110100 10100100 1000111 11100

Color Harmonies of #157B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B60

Black with #157B60

Text Example


Text Example

White with #157B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #157B60;
 }
 .AnyTagClassName
 {
   color: #157B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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