Html Css Color HEX #158268 Deep Sea

📋 copy color: '#158268'

red 21 ◦ green 130 ◦ blue 104

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

Shades of Deep Sea #158268

Tints of Deep Sea #158268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 8.24%
G = 50.98%
B = 40.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#158268 (or 0x158268) is known color: Deep Sea. HEX triplet: 15, 82 and 68. RGB value is (21,130,104). Sum of RGB (Red+Green+Blue) = 21+130+104=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #158268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158268 is #EA7D97. Grayscale: #5E5E5E. Windows color (decimal): -15367576 or 6849045. OLE color: 6849045.

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

Color convert

RGB 21 130 104 -
CMYK 0.84 0 0.2 0.49
HSL 165.69º 0.72% 0.3% -
HSV(B) 165.69º 0.84% 0.51% -
XYZ 10.79 17.12 15.83 -
YUV 94.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 21 130 104 0.84 0 0.2 0.49 165.69 0.72 0.3
Hex 15 82 68 54 0 14 31 A6 48 1E
Octal 25 202 150 124 0 24 61 246 110 36
Binary 10101 10000010 1101000 1010100 0 10100 110001 10100110 1001000 11110

Color Harmonies of #158268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158268

Black with #158268

Text Example


Text Example

White with #158268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158268; }

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

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

background-color css

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

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

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

border-color css

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

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

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