Html Css Color HEX #155E57 Blue Stone

📋 copy color: '#155E57'

red 21 ◦ green 94 ◦ blue 87

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

Shades of Blue Stone #155E57

Tints of Blue Stone #155E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 10.4%
G = 46.53%
B = 43.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#155E57 (or 0x155E57) is known color: Blue Stone. HEX triplet: 15, 5E and 57. RGB value is (21,94,87). Sum of RGB (Red+Green+Blue) = 21+94+87=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #155E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E57 is #EAA1A8. Grayscale: #474747. Windows color (decimal): -15376809 or 5725717. OLE color: 5725717.

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

Color convert

RGB 21 94 87 -
CMYK 0.78 0 0.07 0.63
HSL 174.25º 0.63% 0.23% -
HSV(B) 174.25º 0.78% 0.37% -
XYZ 6.03 8.85 10.41 -
YUV 71.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 21 94 87 0.78 0 0.07 0.63 174.25 0.63 0.23
Hex 15 5E 57 4E 0 7 3F AE 3F 17
Octal 25 136 127 116 0 7 77 256 77 27
Binary 10101 1011110 1010111 1001110 0 111 111111 10101110 111111 10111

Color Harmonies of #155E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E57

Black with #155E57

Text Example


Text Example

White with #155E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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