Html Css Color HEX #15805A Deep Sea

📋 copy color: '#15805A'

red 21 ◦ green 128 ◦ blue 90

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

Shades of Deep Sea #15805A

Tints of Deep Sea #15805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 8.79%
G = 53.56%
B = 37.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#15805A (or 0x15805A) is known color: Deep Sea. HEX triplet: 15, 80 and 5A. RGB value is (21,128,90). Sum of RGB (Red+Green+Blue) = 21+128+90=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #15805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15805A is #EA7FA5. Grayscale: #5B5B5B. Windows color (decimal): -15368102 or 5931029. OLE color: 5931029.

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

Color convert

RGB 21 128 90 -
CMYK 0.84 0 0.30 0.50
HSL 158.69º 0.72% 0.29% -
HSV(B) 158.69º 0.84% 0.5% -
XYZ 9.87 16.34 12.31 -
YUV 91.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 21 128 90 0.84 0 0.30 0.50 158.69 0.72 0.29
Hex 15 80 5A 54 0 1E 32 9F 48 1D
Octal 25 200 132 124 0 36 62 237 110 35
Binary 10101 10000000 1011010 1010100 0 11110 110010 10011111 1001000 11101

Color Harmonies of #15805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15805A

Black with #15805A

Text Example


Text Example

White with #15805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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