Html Css Color HEX #157360 Deep Sea

📋 copy color: '#157360'

red 21 ◦ green 115 ◦ blue 96

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

Shades of Deep Sea #157360

Tints of Deep Sea #157360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 9.05%
G = 49.57%
B = 41.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#157360 (or 0x157360) is known color: Deep Sea. HEX triplet: 15, 73 and 60. RGB value is (21,115,96). Sum of RGB (Red+Green+Blue) = 21+115+96=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #157360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157360 is #EA8C9F. Grayscale: #545454. Windows color (decimal): -15371424 or 6320917. OLE color: 6320917.

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

Color convert

RGB 21 115 96 -
CMYK 0.82 0 0.17 0.55
HSL 167.87º 0.69% 0.27% -
HSV(B) 167.87º 0.82% 0.45% -
XYZ 8.55 13.27 13.18 -
YUV 84.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 21 115 96 0.82 0 0.17 0.55 167.87 0.69 0.27
Hex 15 73 60 52 0 11 37 A8 45 1B
Octal 25 163 140 122 0 21 67 250 105 33
Binary 10101 1110011 1100000 1010010 0 10001 110111 10101000 1000101 11011

Color Harmonies of #157360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157360

Black with #157360

Text Example


Text Example

White with #157360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157360; }

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

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

background-color css

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

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

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

border-color css

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

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

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