Html Css Color HEX #158364 Deep Sea

📋 copy color: '#158364'

red 21 ◦ green 131 ◦ blue 100

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

Shades of Deep Sea #158364

Tints of Deep Sea #158364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 8.33%
G = 51.98%
B = 39.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#158364 (or 0x158364) is known color: Deep Sea. HEX triplet: 15, 83 and 64. RGB value is (21,131,100). Sum of RGB (Red+Green+Blue) = 21+131+100=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #158364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158364 is #EA7C9B. Grayscale: #5E5E5E. Windows color (decimal): -15367324 or 6587157. OLE color: 6587157.

HSL color Cylindrical-coordinate representation of color #158364: hue angle of 163.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158364 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 100 -
CMYK 0.84 0 0.24 0.49
HSL 163.09º 0.72% 0.3% -
HSV(B) 163.09º 0.84% 0.51% -
XYZ 10.73 17.31 14.83 -
YUV 94.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 21 131 100 0.84 0 0.24 0.49 163.09 0.72 0.3
Hex 15 83 64 54 0 18 31 A3 48 1E
Octal 25 203 144 124 0 30 61 243 110 36
Binary 10101 10000011 1100100 1010100 0 11000 110001 10100011 1001000 11110

Color Harmonies of #158364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158364

Black with #158364

Text Example


Text Example

White with #158364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158364; }

 p { color: rgb(21,131,100); }

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

background-color css

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

 a { background-color: rgb(21,131,100); }

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

border-color css

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

 span { border-color: rgb(21,131,100); }

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