Html Css Color HEX #158270 Deep Sea

📋 copy color: '#158270'

red 21 ◦ green 130 ◦ blue 112

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

Shades of Deep Sea #158270

Tints of Deep Sea #158270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 7.98%
G = 49.43%
B = 42.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#158270 (or 0x158270) is known color: Deep Sea. HEX triplet: 15, 82 and 70. RGB value is (21,130,112). Sum of RGB (Red+Green+Blue) = 21+130+112=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #158270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158270 is #EA7D8F. Grayscale: #5F5F5F. Windows color (decimal): -15367568 or 7373333. OLE color: 7373333.

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

Color convert

RGB 21 130 112 -
CMYK 0.84 0 0.14 0.49
HSL 170.09º 0.72% 0.3% -
HSV(B) 170.09º 0.84% 0.51% -
XYZ 11.22 17.29 18.08 -
YUV 95.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 21 130 112 0.84 0 0.14 0.49 170.09 0.72 0.3
Hex 15 82 70 54 0 E 31 AA 48 1E
Octal 25 202 160 124 0 16 61 252 110 36
Binary 10101 10000010 1110000 1010100 0 1110 110001 10101010 1001000 11110

Color Harmonies of #158270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158270

Black with #158270

Text Example


Text Example

White with #158270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158270; }

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

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

background-color css

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

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

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

border-color css

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

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

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