Html Css Color HEX #158073 Deep Sea

📋 copy color: '#158073'

red 21 ◦ green 128 ◦ blue 115

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

Shades of Deep Sea #158073

Tints of Deep Sea #158073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 7.95%
G = 48.48%
B = 43.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#158073 (or 0x158073) is known color: Deep Sea. HEX triplet: 15, 80 and 73. RGB value is (21,128,115). Sum of RGB (Red+Green+Blue) = 21+128+115=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #158073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158073 is #EA7F8C. Grayscale: #5E5E5E. Windows color (decimal): -15368077 or 7569429. OLE color: 7569429.

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

Color convert

RGB 21 128 115 -
CMYK 0.84 0 0.10 0.50
HSL 172.71º 0.72% 0.29% -
HSV(B) 172.71º 0.84% 0.5% -
XYZ 11.12 16.84 18.88 -
YUV 94.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 21 128 115 0.84 0 0.10 0.50 172.71 0.72 0.29
Hex 15 80 73 54 0 A 32 AD 48 1D
Octal 25 200 163 124 0 12 62 255 110 35
Binary 10101 10000000 1110011 1010100 0 1010 110010 10101101 1001000 11101

Color Harmonies of #158073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158073

Black with #158073

Text Example


Text Example

White with #158073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158073; }

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

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

background-color css

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

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

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

border-color css

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

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

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