Html Css Color HEX #157362 Deep Sea

📋 copy color: '#157362'

red 21 ◦ green 115 ◦ blue 98

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

Shades of Deep Sea #157362

Tints of Deep Sea #157362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 8.97%
G = 49.15%
B = 41.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#157362 (or 0x157362) is known color: Deep Sea. HEX triplet: 15, 73 and 62. RGB value is (21,115,98). Sum of RGB (Red+Green+Blue) = 21+115+98=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #157362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157362 is #EA8C9D. Grayscale: #545454. Windows color (decimal): -15371422 or 6451989. OLE color: 6451989.

HSL color Cylindrical-coordinate representation of color #157362: hue angle of 169.15º 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 #157362 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 115 98 -
CMYK 0.82 0 0.15 0.55
HSL 169.15º 0.69% 0.27% -
HSV(B) 169.15º 0.82% 0.45% -
XYZ 8.64 13.3 13.67 -
YUV 84.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 21 115 98 0.82 0 0.15 0.55 169.15 0.69 0.27
Hex 15 73 62 52 0 F 37 A9 45 1B
Octal 25 163 142 122 0 17 67 251 105 33
Binary 10101 1110011 1100010 1010010 0 1111 110111 10101001 1000101 11011

Color Harmonies of #157362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157362

Black with #157362

Text Example


Text Example

White with #157362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157362; }

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

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

background-color css

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

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

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

border-color css

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

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

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