Html Css Color HEX #155E5A Blue Stone

📋 copy color: '#155E5A'

red 21 ◦ green 94 ◦ blue 90

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

Shades of Blue Stone #155E5A

Tints of Blue Stone #155E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 10.24%
G = 45.85%
B = 43.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#155E5A (or 0x155E5A) is known color: Blue Stone. HEX triplet: 15, 5E and 5A. RGB value is (21,94,90). Sum of RGB (Red+Green+Blue) = 21+94+90=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #155E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E5A is #EAA1A5. Grayscale: #474747. Windows color (decimal): -15376806 or 5922325. OLE color: 5922325.

HSL color Cylindrical-coordinate representation of color #155E5A: hue angle of 176.71º 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 #155E5A is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 90 -
CMYK 0.78 0 0.04 0.63
HSL 176.71º 0.63% 0.23% -
HSV(B) 176.71º 0.78% 0.37% -
XYZ 6.16 8.9 11.07 -
YUV 71.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 21 94 90 0.78 0 0.04 0.63 176.71 0.63 0.23
Hex 15 5E 5A 4E 0 4 3F B1 3F 17
Octal 25 136 132 116 0 4 77 261 77 27
Binary 10101 1011110 1011010 1001110 0 100 111111 10110001 111111 10111

Color Harmonies of #155E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E5A

Black with #155E5A

Text Example


Text Example

White with #155E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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