Html Css Color HEX #157B70 Deep Sea

📋 copy color: '#157B70'

red 21 ◦ green 123 ◦ blue 112

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

Shades of Deep Sea #157B70

Tints of Deep Sea #157B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 8.2%
G = 48.05%
B = 43.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#157B70 (or 0x157B70) is known color: Deep Sea. HEX triplet: 15, 7B and 70. RGB value is (21,123,112). Sum of RGB (Red+Green+Blue) = 21+123+112=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #157B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B70 is #EA848F. Grayscale: #5B5B5B. Windows color (decimal): -15369360 or 7371541. OLE color: 7371541.

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

Color convert

RGB 21 123 112 -
CMYK 0.83 0 0.09 0.52
HSL 173.53º 0.71% 0.28% -
HSV(B) 173.53º 0.83% 0.48% -
XYZ 10.32 15.5 17.78 -
YUV 91.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 21 123 112 0.83 0 0.09 0.52 173.53 0.71 0.28
Hex 15 7B 70 53 0 9 34 AE 47 1C
Octal 25 173 160 123 0 11 64 256 107 34
Binary 10101 1111011 1110000 1010011 0 1001 110100 10101110 1000111 11100

Color Harmonies of #157B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B70

Black with #157B70

Text Example


Text Example

White with #157B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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