Html Css Color HEX #155E62 Blue Stone

📋 copy color: '#155E62'

red 21 ◦ green 94 ◦ blue 98

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

Shades of Blue Stone #155E62

Tints of Blue Stone #155E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 9.86%
G = 44.13%
B = 46.01%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155E62 (or 0x155E62) is known color: Blue Stone. HEX triplet: 15, 5E and 62. RGB value is (21,94,98). Sum of RGB (Red+Green+Blue) = 21+94+98=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #155E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E62 is #EAA19D. Grayscale: #484848. Windows color (decimal): -15376798 or 6446613. OLE color: 6446613.

HSL color Cylindrical-coordinate representation of color #155E62: hue angle of 183.12º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155E62 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 94 98 -
CMYK 0.79 0.04 0 0.62
HSL 183.12º 0.65% 0.23% -
HSV(B) 183.12º 0.79% 0.38% -
XYZ 6.52 9.05 12.96 -
YUV 72.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 21 94 98 0.79 0.04 0 0.62 183.12 0.65 0.23
Hex 15 5E 62 4F 4 0 3E B7 41 17
Octal 25 136 142 117 4 0 76 267 101 27
Binary 10101 1011110 1100010 1001111 100 0 111110 10110111 1000001 10111

Color Harmonies of #155E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E62

Black with #155E62

Text Example


Text Example

White with #155E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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