Html Css Color HEX #158365 Deep Sea

📋 copy color: '#158365'

red 21 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #158365

Tints of Deep Sea #158365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 8.3%
G = 51.78%
B = 39.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#158365 (or 0x158365) is known color: Deep Sea. HEX triplet: 15, 83 and 65. RGB value is (21,131,101). Sum of RGB (Red+Green+Blue) = 21+131+101=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #158365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158365 is #EA7C9A. Grayscale: #5E5E5E. Windows color (decimal): -15367323 or 6652693. OLE color: 6652693.

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

Color convert

RGB 21 131 101 -
CMYK 0.84 0 0.23 0.49
HSL 163.64º 0.72% 0.3% -
HSV(B) 163.64º 0.84% 0.51% -
XYZ 10.77 17.33 15.09 -
YUV 94.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 21 131 101 0.84 0 0.23 0.49 163.64 0.72 0.3
Hex 15 83 65 54 0 17 31 A4 48 1E
Octal 25 203 145 124 0 27 61 244 110 36
Binary 10101 10000011 1100101 1010100 0 10111 110001 10100100 1001000 11110

Color Harmonies of #158365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158365

Black with #158365

Text Example


Text Example

White with #158365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158365; }

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

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

background-color css

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

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

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

border-color css

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

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

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