Html Css Color HEX #157159 Deep Sea

📋 copy color: '#157159'

red 21 ◦ green 113 ◦ blue 89

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

Shades of Deep Sea #157159

Tints of Deep Sea #157159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.67%

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 9.42%
G = 50.67%
B = 39.91%

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

#157159 (or 0x157159) is known color: Deep Sea. HEX triplet: 15, 71 and 59. RGB value is (21,113,89). Sum of RGB (Red+Green+Blue) = 21+113+89=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #157159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157159 is #EA8EA6. Grayscale: #525252. Windows color (decimal): -15371943 or 5861653. OLE color: 5861653.

HSL color Cylindrical-coordinate representation of color #157159: hue angle of 164.35º degrees, saturation: 0.69, 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 #157159 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 113 89 -
CMYK 0.81 0 0.21 0.56
HSL 164.35º 0.69% 0.26% -
HSV(B) 164.35º 0.81% 0.44% -
XYZ 8.02 12.69 11.48 -
YUV 82.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 21 113 89 0.81 0 0.21 0.56 164.35 0.69 0.26
Hex 15 71 59 51 0 15 38 A4 45 1A
Octal 25 161 131 121 0 25 70 244 105 32
Binary 10101 1110001 1011001 1010001 0 10101 111000 10100100 1000101 11010

Color Harmonies of #157159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157159

Black with #157159

Text Example


Text Example

White with #157159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157159; }

 p { color: rgb(21,113,89); }

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

background-color css

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

 a { background-color: rgb(21,113,89); }

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

border-color css

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

 span { border-color: rgb(21,113,89); }

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