Html Css Color HEX #15845D Deep Sea

📋 copy color: '#15845D'

red 21 ◦ green 132 ◦ blue 93

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

Shades of Deep Sea #15845D

Tints of Deep Sea #15845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.66%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 8.54%
G = 53.66%
B = 37.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#15845D (or 0x15845D) is known color: Deep Sea. HEX triplet: 15, 84 and 5D. RGB value is (21,132,93). Sum of RGB (Red+Green+Blue) = 21+132+93=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #15845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15845D is #EA7BA2. Grayscale: #5E5E5E. Windows color (decimal): -15367075 or 6128661. OLE color: 6128661.

HSL color Cylindrical-coordinate representation of color #15845D: hue angle of 158.92º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15845D is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 132 93 -
CMYK 0.84 0 0.30 0.48
HSL 158.92º 0.73% 0.3% -
HSV(B) 158.92º 0.84% 0.52% -
XYZ 10.54 17.45 13.17 -
YUV 94.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 21 132 93 0.84 0 0.30 0.48 158.92 0.73 0.3
Hex 15 84 5D 54 0 1E 30 9F 49 1E
Octal 25 204 135 124 0 36 60 237 111 36
Binary 10101 10000100 1011101 1010100 0 11110 110000 10011111 1001001 11110

Color Harmonies of #15845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15845D

Black with #15845D

Text Example


Text Example

White with #15845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15845D; }

 p { color: rgb(21,132,93); }

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

background-color css

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

 a { background-color: rgb(21,132,93); }

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

border-color css

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

 span { border-color: rgb(21,132,93); }

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