Html Css Color HEX #15825E Deep Sea

📋 copy color: '#15825E'

red 21 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #15825E

Tints of Deep Sea #15825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 8.57%
G = 53.06%
B = 38.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#15825E (or 0x15825E) is known color: Deep Sea. HEX triplet: 15, 82 and 5E. RGB value is (21,130,94). Sum of RGB (Red+Green+Blue) = 21+130+94=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #15825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15825E is #EA7DA1. Grayscale: #5D5D5D. Windows color (decimal): -15367586 or 6193685. OLE color: 6193685.

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

Color convert

RGB 21 130 94 -
CMYK 0.84 0 0.28 0.49
HSL 160.18º 0.72% 0.3% -
HSV(B) 160.18º 0.84% 0.51% -
XYZ 10.31 16.93 13.31 -
YUV 93.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 21 130 94 0.84 0 0.28 0.49 160.18 0.72 0.3
Hex 15 82 5E 54 0 1C 31 A0 48 1E
Octal 25 202 136 124 0 34 61 240 110 36
Binary 10101 10000010 1011110 1010100 0 11100 110001 10100000 1001000 11110

Color Harmonies of #15825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15825E

Black with #15825E

Text Example


Text Example

White with #15825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15825E; }

 p { color: rgb(21,130,94); }

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

background-color css

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

 a { background-color: rgb(21,130,94); }

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

border-color css

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

 span { border-color: rgb(21,130,94); }

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