Html Css Color HEX #158265 Deep Sea

📋 copy color: '#158265'

red 21 ◦ green 130 ◦ blue 101

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

Shades of Deep Sea #158265

Tints of Deep Sea #158265

RGB

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

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

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

R = 8.33%
G = 51.59%
B = 40.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#158265 (or 0x158265) is known color: Deep Sea. HEX triplet: 15, 82 and 65. RGB value is (21,130,101). Sum of RGB (Red+Green+Blue) = 21+130+101=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #158265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158265 is #EA7D9A. Grayscale: #5E5E5E. Windows color (decimal): -15367579 or 6652437. OLE color: 6652437.

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

Color convert

RGB 21 130 101 -
CMYK 0.84 0 0.22 0.49
HSL 164.04º 0.72% 0.3% -
HSV(B) 164.04º 0.84% 0.51% -
XYZ 10.64 17.06 15.04 -
YUV 94.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 21 130 101 0.84 0 0.22 0.49 164.04 0.72 0.3
Hex 15 82 65 54 0 16 31 A4 48 1E
Octal 25 202 145 124 0 26 61 244 110 36
Binary 10101 10000010 1100101 1010100 0 10110 110001 10100100 1001000 11110

Color Harmonies of #158265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158265

Black with #158265

Text Example


Text Example

White with #158265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158265; }

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

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

background-color css

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

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

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

border-color css

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

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

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