Html Css Color HEX #158565 Deep Sea

📋 copy color: '#158565'

red 21 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #158565

Tints of Deep Sea #158565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 8.24%
G = 52.16%
B = 39.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#158565 (or 0x158565) is known color: Deep Sea. HEX triplet: 15, 85 and 65. RGB value is (21,133,101). Sum of RGB (Red+Green+Blue) = 21+133+101=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #158565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158565 is #EA7A9A. Grayscale: #5F5F5F. Windows color (decimal): -15366811 or 6653205. OLE color: 6653205.

HSL color Cylindrical-coordinate representation of color #158565: hue angle of 162.86º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158565 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 101 -
CMYK 0.84 0 0.24 0.48
HSL 162.86º 0.73% 0.3% -
HSV(B) 162.86º 0.84% 0.52% -
XYZ 11.05 17.87 15.18 -
YUV 95.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 21 133 101 0.84 0 0.24 0.48 162.86 0.73 0.3
Hex 15 85 65 54 0 18 30 A3 49 1E
Octal 25 205 145 124 0 30 60 243 111 36
Binary 10101 10000101 1100101 1010100 0 11000 110000 10100011 1001001 11110

Color Harmonies of #158565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158565

Black with #158565

Text Example


Text Example

White with #158565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158565; }

 p { color: rgb(21,133,101); }

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

background-color css

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

 a { background-color: rgb(21,133,101); }

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

border-color css

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

 span { border-color: rgb(21,133,101); }

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