Html Css Color HEX #15865F Deep Sea

📋 copy color: '#15865F'

red 21 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #15865F

Tints of Deep Sea #15865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

 BLUE value IS 95 (37.5% from 255) = 38%

R = 8.4%
G = 53.6%
B = 38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#15865F (or 0x15865F) is known color: Deep Sea. HEX triplet: 15, 86 and 5F. RGB value is (21,134,95). Sum of RGB (Red+Green+Blue) = 21+134+95=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #15865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15865F is #EA79A0. Grayscale: #5F5F5F. Windows color (decimal): -15366561 or 6260245. OLE color: 6260245.

HSL color Cylindrical-coordinate representation of color #15865F: hue angle of 159.29º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15865F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 134 95 -
CMYK 0.84 0 0.29 0.47
HSL 159.29º 0.73% 0.3% -
HSV(B) 159.29º 0.84% 0.53% -
XYZ 10.9 18.04 13.73 -
YUV 95.77 127.56 74.67 -
System Red Green Blue C M Y K H S L
Decimal 21 134 95 0.84 0 0.29 0.47 159.29 0.73 0.3
Hex 15 86 5F 54 0 1D 2F 9F 49 1E
Octal 25 206 137 124 0 35 57 237 111 36
Binary 10101 10000110 1011111 1010100 0 11101 101111 10011111 1001001 11110

Color Harmonies of #15865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15865F

Black with #15865F

Text Example


Text Example

White with #15865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15865F; }

 p { color: rgb(21,134,95); }

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

background-color css

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

 a { background-color: rgb(21,134,95); }

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

border-color css

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

 span { border-color: rgb(21,134,95); }

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