Html Css Color HEX #158463 Deep Sea

📋 copy color: '#158463'

red 21 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #158463

Tints of Deep Sea #158463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 8.33%
G = 52.38%
B = 39.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#158463 (or 0x158463) is known color: Deep Sea. HEX triplet: 15, 84 and 63. RGB value is (21,132,99). Sum of RGB (Red+Green+Blue) = 21+132+99=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #158463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158463 is #EA7B9C. Grayscale: #5F5F5F. Windows color (decimal): -15367069 or 6521877. OLE color: 6521877.

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

Color convert

RGB 21 132 99 -
CMYK 0.84 0 0.25 0.48
HSL 162.16º 0.73% 0.3% -
HSV(B) 162.16º 0.84% 0.52% -
XYZ 10.81 17.56 14.62 -
YUV 95.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 21 132 99 0.84 0 0.25 0.48 162.16 0.73 0.3
Hex 15 84 63 54 0 19 30 A2 49 1E
Octal 25 204 143 124 0 31 60 242 111 36
Binary 10101 10000100 1100011 1010100 0 11001 110000 10100010 1001001 11110

Color Harmonies of #158463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158463

Black with #158463

Text Example


Text Example

White with #158463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158463; }

 p { color: rgb(21,132,99); }

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

background-color css

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

 a { background-color: rgb(21,132,99); }

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

border-color css

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

 span { border-color: rgb(21,132,99); }

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