Html Css Color HEX #157361 Deep Sea

📋 copy color: '#157361'

red 21 ◦ green 115 ◦ blue 97

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

Shades of Deep Sea #157361

Tints of Deep Sea #157361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 9.01%
G = 49.36%
B = 41.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#157361 (or 0x157361) is known color: Deep Sea. HEX triplet: 15, 73 and 61. RGB value is (21,115,97). Sum of RGB (Red+Green+Blue) = 21+115+97=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #157361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157361 is #EA8C9E. Grayscale: #545454. Windows color (decimal): -15371423 or 6386453. OLE color: 6386453.

HSL color Cylindrical-coordinate representation of color #157361: hue angle of 168.51º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157361 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 115 97 -
CMYK 0.82 0 0.16 0.55
HSL 168.51º 0.69% 0.27% -
HSV(B) 168.51º 0.82% 0.45% -
XYZ 8.6 13.28 13.42 -
YUV 84.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 21 115 97 0.82 0 0.16 0.55 168.51 0.69 0.27
Hex 15 73 61 52 0 10 37 A9 45 1B
Octal 25 163 141 122 0 20 67 251 105 33
Binary 10101 1110011 1100001 1010010 0 10000 110111 10101001 1000101 11011

Color Harmonies of #157361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157361

Black with #157361

Text Example


Text Example

White with #157361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157361; }

 p { color: rgb(21,115,97); }

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

background-color css

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

 a { background-color: rgb(21,115,97); }

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

border-color css

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

 span { border-color: rgb(21,115,97); }

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