Html Css Color HEX #155F62 Blue Stone

📋 copy color: '#155F62'

red 21 ◦ green 95 ◦ blue 98

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

Shades of Blue Stone #155F62

Tints of Blue Stone #155F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.39%

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

R = 9.81%
G = 44.39%
B = 45.79%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155F62 (or 0x155F62) is known color: Blue Stone. HEX triplet: 15, 5F and 62. RGB value is (21,95,98). Sum of RGB (Red+Green+Blue) = 21+95+98=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #155F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F62 is #EAA09D. Grayscale: #494949. Windows color (decimal): -15376542 or 6446869. OLE color: 6446869.

HSL color Cylindrical-coordinate representation of color #155F62: hue angle of 182.34º 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 #155F62 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 95 98 -
CMYK 0.79 0.03 0 0.62
HSL 182.34º 0.65% 0.23% -
HSV(B) 182.34º 0.79% 0.38% -
XYZ 6.61 9.23 12.99 -
YUV 73.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 21 95 98 0.79 0.03 0 0.62 182.34 0.65 0.23
Hex 15 5F 62 4F 3 0 3E B6 41 17
Octal 25 137 142 117 3 0 76 266 101 27
Binary 10101 1011111 1100010 1001111 11 0 111110 10110110 1000001 10111

Color Harmonies of #155F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F62

Black with #155F62

Text Example


Text Example

White with #155F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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