Html Css Color HEX #157058 Deep Sea

📋 copy color: '#157058'

red 21 ◦ green 112 ◦ blue 88

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

Shades of Deep Sea #157058

Tints of Deep Sea #157058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.68%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 9.5%
G = 50.68%
B = 39.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#157058 (or 0x157058) is known color: Deep Sea. HEX triplet: 15, 70 and 58. RGB value is (21,112,88). Sum of RGB (Red+Green+Blue) = 21+112+88=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #157058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157058 is #EA8FA7. Grayscale: #525252. Windows color (decimal): -15372200 or 5795861. OLE color: 5795861.

HSL color Cylindrical-coordinate representation of color #157058: hue angle of 164.18º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157058 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 88 -
CMYK 0.81 0 0.21 0.56
HSL 164.18º 0.68% 0.26% -
HSV(B) 164.18º 0.81% 0.44% -
XYZ 7.86 12.45 11.22 -
YUV 82.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 21 112 88 0.81 0 0.21 0.56 164.18 0.68 0.26
Hex 15 70 58 51 0 15 38 A4 44 1A
Octal 25 160 130 121 0 25 70 244 104 32
Binary 10101 1110000 1011000 1010001 0 10101 111000 10100100 1000100 11010

Color Harmonies of #157058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157058

Black with #157058

Text Example


Text Example

White with #157058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157058; }

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

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

background-color css

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

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

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

border-color css

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

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

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