Html Css Color HEX #15694E Jewel

📋 copy color: '#15694E'

red 21 ◦ green 105 ◦ blue 78

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

Shades of Jewel #15694E

Tints of Jewel #15694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.47%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 10.29%
G = 51.47%
B = 38.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#15694E (or 0x15694E) is known color: Jewel. HEX triplet: 15, 69 and 4E. RGB value is (21,105,78). Sum of RGB (Red+Green+Blue) = 21+105+78=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #15694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15694E is #EA96B1. Grayscale: #4C4C4C. Windows color (decimal): -15374002 or 5138709. OLE color: 5138709.

HSL color Cylindrical-coordinate representation of color #15694E: hue angle of 160.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15694E is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 78 -
CMYK 0.80 0 0.26 0.59
HSL 160.71º 0.67% 0.25% -
HSV(B) 160.71º 0.8% 0.41% -
XYZ 6.74 10.81 8.94 -
YUV 76.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 21 105 78 0.80 0 0.26 0.59 160.71 0.67 0.25
Hex 15 69 4E 50 0 1A 3B A1 43 19
Octal 25 151 116 120 0 32 73 241 103 31
Binary 10101 1101001 1001110 1010000 0 11010 111011 10100001 1000011 11001

Color Harmonies of #15694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15694E

Black with #15694E

Text Example


Text Example

White with #15694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,105,78); }

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

background-color css

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

 a { background-color: rgb(21,105,78); }

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

border-color css

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

 span { border-color: rgb(21,105,78); }

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