Html Css Color HEX #15825F Deep Sea

📋 copy color: '#15825F'

red 21 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #15825F

Tints of Deep Sea #15825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 8.54%
G = 52.85%
B = 38.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#15825F (or 0x15825F) is known color: Deep Sea. HEX triplet: 15, 82 and 5F. RGB value is (21,130,95). Sum of RGB (Red+Green+Blue) = 21+130+95=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #15825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15825F is #EA7DA0. Grayscale: #5D5D5D. Windows color (decimal): -15367585 or 6259221. OLE color: 6259221.

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

Color convert

RGB 21 130 95 -
CMYK 0.84 0 0.27 0.49
HSL 160.73º 0.72% 0.3% -
HSV(B) 160.73º 0.84% 0.51% -
XYZ 10.36 16.95 13.55 -
YUV 93.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 21 130 95 0.84 0 0.27 0.49 160.73 0.72 0.3
Hex 15 82 5F 54 0 1B 31 A1 48 1E
Octal 25 202 137 124 0 33 61 241 110 36
Binary 10101 10000010 1011111 1010100 0 11011 110001 10100001 1001000 11110

Color Harmonies of #15825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15825F

Black with #15825F

Text Example


Text Example

White with #15825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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