Html Css Color HEX #255F60 Blue Stone

📋 copy color: '#255F60'

red 37 ◦ green 95 ◦ blue 96

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

Shades of Blue Stone #255F60

Tints of Blue Stone #255F60

RGB

 RED value IS 37 (14.84% from 255) = 16.23%

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 16.23%
G = 41.67%
B = 42.11%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#255F60 (or 0x255F60) is known color: Blue Stone. HEX triplet: 25, 5F and 60. RGB value is (37,95,96). Sum of RGB (Red+Green+Blue) = 37+95+96=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #255F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F60 is #DAA09F. Grayscale: #4D4D4D. Windows color (decimal): -14327968 or 6315813. OLE color: 6315813.

HSL color Cylindrical-coordinate representation of color #255F60: hue angle of 181.02º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F60 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 95 96 -
CMYK 0.61 0.01 0 0.62
HSL 181.02º 0.44% 0.26% -
HSV(B) 181.02º 0.61% 0.38% -
XYZ 6.97 9.42 12.52 -
YUV 77.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 37 95 96 0.61 0.01 0 0.62 181.02 0.44 0.26
Hex 25 5F 60 3D 1 0 3E B5 2C 1A
Octal 45 137 140 75 1 0 76 265 54 32
Binary 100101 1011111 1100000 111101 1 0 111110 10110101 101100 11010

Color Harmonies of #255F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F60

Black with #255F60

Text Example


Text Example

White with #255F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255F60; }

 p { color: rgb(37,95,96); }

 H1.HeaderClassName
 {
   color: #255F60;
 }
 .AnyTagClassName
 {
   color: #255F60;
 }
</style>

background-color css

<style>
 a { background-color: #255F60; }

 a { background-color: rgb(37,95,96); }

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

border-color css

<style>
 span { border-color: #255F60; }

 span { border-color: rgb(37,95,96); }

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