Html Css Color HEX #158367 Deep Sea

📋 copy color: '#158367'

red 21 ◦ green 131 ◦ blue 103

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

Shades of Deep Sea #158367

Tints of Deep Sea #158367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.39%

R = 8.24%
G = 51.37%
B = 40.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#158367 (or 0x158367) is known color: Deep Sea. HEX triplet: 15, 83 and 67. RGB value is (21,131,103). Sum of RGB (Red+Green+Blue) = 21+131+103=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #158367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158367 is #EA7C98. Grayscale: #5E5E5E. Windows color (decimal): -15367321 or 6783765. OLE color: 6783765.

HSL color Cylindrical-coordinate representation of color #158367: hue angle of 164.73º 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 #158367 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 103 -
CMYK 0.84 0 0.21 0.49
HSL 164.73º 0.72% 0.3% -
HSV(B) 164.73º 0.84% 0.51% -
XYZ 10.87 17.37 15.61 -
YUV 94.92 132.56 75.28 -
System Red Green Blue C M Y K H S L
Decimal 21 131 103 0.84 0 0.21 0.49 164.73 0.72 0.3
Hex 15 83 67 54 0 15 31 A5 48 1E
Octal 25 203 147 124 0 25 61 245 110 36
Binary 10101 10000011 1100111 1010100 0 10101 110001 10100101 1001000 11110

Color Harmonies of #158367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158367

Black with #158367

Text Example


Text Example

White with #158367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158367; }

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

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

background-color css

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

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

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

border-color css

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

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

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