Html Css Color HEX #158261 Deep Sea

📋 copy color: '#158261'

red 21 ◦ green 130 ◦ blue 97

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

Shades of Deep Sea #158261

Tints of Deep Sea #158261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 8.47%
G = 52.42%
B = 39.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#158261 (or 0x158261) is known color: Deep Sea. HEX triplet: 15, 82 and 61. RGB value is (21,130,97). Sum of RGB (Red+Green+Blue) = 21+130+97=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #158261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158261 is #EA7D9E. Grayscale: #5D5D5D. Windows color (decimal): -15367583 or 6390293. OLE color: 6390293.

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

Color convert

RGB 21 130 97 -
CMYK 0.84 0 0.25 0.49
HSL 161.83º 0.72% 0.3% -
HSV(B) 161.83º 0.84% 0.51% -
XYZ 10.45 16.99 14.04 -
YUV 93.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 21 130 97 0.84 0 0.25 0.49 161.83 0.72 0.3
Hex 15 82 61 54 0 19 31 A2 48 1E
Octal 25 202 141 124 0 31 61 242 110 36
Binary 10101 10000010 1100001 1010100 0 11001 110001 10100010 1001000 11110

Color Harmonies of #158261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158261

Black with #158261

Text Example


Text Example

White with #158261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158261; }

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

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

background-color css

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

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

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

border-color css

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

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

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