Html Css Color HEX #15805E Deep Sea

📋 copy color: '#15805E'

red 21 ◦ green 128 ◦ blue 94

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

Shades of Deep Sea #15805E

Tints of Deep Sea #15805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

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

R = 8.64%
G = 52.67%
B = 38.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#15805E (or 0x15805E) is known color: Deep Sea. HEX triplet: 15, 80 and 5E. RGB value is (21,128,94). Sum of RGB (Red+Green+Blue) = 21+128+94=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #15805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15805E is #EA7FA1. Grayscale: #5C5C5C. Windows color (decimal): -15368098 or 6193173. OLE color: 6193173.

HSL color Cylindrical-coordinate representation of color #15805E: hue angle of 160.93º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15805E is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 128 94 -
CMYK 0.84 0 0.27 0.50
HSL 160.93º 0.72% 0.29% -
HSV(B) 160.93º 0.84% 0.5% -
XYZ 10.05 16.41 13.23 -
YUV 92.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 21 128 94 0.84 0 0.27 0.50 160.93 0.72 0.29
Hex 15 80 5E 54 0 1B 32 A1 48 1D
Octal 25 200 136 124 0 33 62 241 110 35
Binary 10101 10000000 1011110 1010100 0 11011 110010 10100001 1001000 11101

Color Harmonies of #15805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15805E

Black with #15805E

Text Example


Text Example

White with #15805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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