Html Css Color HEX #15825B Deep Sea

📋 copy color: '#15825B'

red 21 ◦ green 130 ◦ blue 91

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

Shades of Deep Sea #15825B

Tints of Deep Sea #15825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 8.68%
G = 53.72%
B = 37.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#15825B (or 0x15825B) is known color: Deep Sea. HEX triplet: 15, 82 and 5B. RGB value is (21,130,91). Sum of RGB (Red+Green+Blue) = 21+130+91=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #15825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15825B is #EA7DA4. Grayscale: #5D5D5D. Windows color (decimal): -15367589 or 5997077. OLE color: 5997077.

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

Color convert

RGB 21 130 91 -
CMYK 0.84 0 0.30 0.49
HSL 158.53º 0.72% 0.3% -
HSV(B) 158.53º 0.84% 0.51% -
XYZ 10.18 16.88 12.62 -
YUV 92.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 21 130 91 0.84 0 0.30 0.49 158.53 0.72 0.3
Hex 15 82 5B 54 0 1E 31 9F 48 1E
Octal 25 202 133 124 0 36 61 237 110 36
Binary 10101 10000010 1011011 1010100 0 11110 110001 10011111 1001000 11110

Color Harmonies of #15825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15825B

Black with #15825B

Text Example


Text Example

White with #15825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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