Html Css Color HEX #157157 Deep Sea

📋 copy color: '#157157'

red 21 ◦ green 113 ◦ blue 87

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

Shades of Deep Sea #157157

Tints of Deep Sea #157157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 9.5%
G = 51.13%
B = 39.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#157157 (or 0x157157) is known color: Deep Sea. HEX triplet: 15, 71 and 57. RGB value is (21,113,87). Sum of RGB (Red+Green+Blue) = 21+113+87=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #157157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157157 is #EA8EA8. Grayscale: #525252. Windows color (decimal): -15371945 or 5730581. OLE color: 5730581.

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

Color convert

RGB 21 113 87 -
CMYK 0.81 0 0.23 0.56
HSL 163.04º 0.69% 0.26% -
HSV(B) 163.04º 0.81% 0.44% -
XYZ 7.93 12.66 11.04 -
YUV 82.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 21 113 87 0.81 0 0.23 0.56 163.04 0.69 0.26
Hex 15 71 57 51 0 17 38 A3 45 1A
Octal 25 161 127 121 0 27 70 243 105 32
Binary 10101 1110001 1010111 1010001 0 10111 111000 10100011 1000101 11010

Color Harmonies of #157157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157157

Black with #157157

Text Example


Text Example

White with #157157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157157; }

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

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

background-color css

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

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

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

border-color css

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

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

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