Html Css Color HEX #15875E Deep Sea

📋 copy color: '#15875E'

red 21 ◦ green 135 ◦ blue 94

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

Shades of Deep Sea #15875E

Tints of Deep Sea #15875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 8.4%
G = 54%
B = 37.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#15875E (or 0x15875E) is known color: Deep Sea. HEX triplet: 15, 87 and 5E. RGB value is (21,135,94). Sum of RGB (Red+Green+Blue) = 21+135+94=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #15875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15875E is #EA78A1. Grayscale: #606060. Windows color (decimal): -15366306 or 6194965. OLE color: 6194965.

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

Color convert

RGB 21 135 94 -
CMYK 0.84 0 0.30 0.47
HSL 158.42º 0.73% 0.31% -
HSV(B) 158.42º 0.84% 0.53% -
XYZ 10.99 18.3 13.54 -
YUV 96.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 21 135 94 0.84 0 0.30 0.47 158.42 0.73 0.31
Hex 15 87 5E 54 0 1E 2F 9E 49 1F
Octal 25 207 136 124 0 36 57 236 111 37
Binary 10101 10000111 1011110 1010100 0 11110 101111 10011110 1001001 11111

Color Harmonies of #15875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15875E

Black with #15875E

Text Example


Text Example

White with #15875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15875E; }

 p { color: rgb(21,135,94); }

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

background-color css

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

 a { background-color: rgb(21,135,94); }

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

border-color css

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

 span { border-color: rgb(21,135,94); }

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