Html Css Color HEX #155E46 Jewel

📋 copy color: '#155E46'

red 21 ◦ green 94 ◦ blue 70

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

Shades of Jewel #155E46

Tints of Jewel #155E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.81%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 11.35%
G = 50.81%
B = 37.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#155E46 (or 0x155E46) is known color: Jewel. HEX triplet: 15, 5E and 46. RGB value is (21,94,70). Sum of RGB (Red+Green+Blue) = 21+94+70=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #155E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E46 is #EAA1B9. Grayscale: #454545. Windows color (decimal): -15376826 or 4611605. OLE color: 4611605.

HSL color Cylindrical-coordinate representation of color #155E46: hue angle of 160.27º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E46 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 70 -
CMYK 0.78 0 0.26 0.63
HSL 160.27º 0.63% 0.23% -
HSV(B) 160.27º 0.78% 0.37% -
XYZ 5.42 8.61 7.17 -
YUV 69.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 21 94 70 0.78 0 0.26 0.63 160.27 0.63 0.23
Hex 15 5E 46 4E 0 1A 3F A0 3F 17
Octal 25 136 106 116 0 32 77 240 77 27
Binary 10101 1011110 1000110 1001110 0 11010 111111 10100000 111111 10111

Color Harmonies of #155E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E46

Black with #155E46

Text Example


Text Example

White with #155E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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