Html Css Color HEX #255E66 Blue Stone

📋 copy color: '#255E66'

red 37 ◦ green 94 ◦ blue 102

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

Shades of Blue Stone #255E66

Tints of Blue Stone #255E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 15.88%
G = 40.34%
B = 43.78%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#255E66 (or 0x255E66) is known color: Blue Stone. HEX triplet: 25, 5E and 66. RGB value is (37,94,102). Sum of RGB (Red+Green+Blue) = 37+94+102=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #255E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E66 is #DAA199. Grayscale: #4D4D4D. Windows color (decimal): -14328218 or 6708773. OLE color: 6708773.

HSL color Cylindrical-coordinate representation of color #255E66: hue angle of 187.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255E66 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 94 102 -
CMYK 0.64 0.08 0 0.6
HSL 187.38º 0.47% 0.27% -
HSV(B) 187.38º 0.64% 0.4% -
XYZ 7.16 9.36 14 -
YUV 77.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 37 94 102 0.64 0.08 0 0.6 187.38 0.47 0.27
Hex 25 5E 66 40 8 0 3C BB 2F 1B
Octal 45 136 146 100 10 0 74 273 57 33
Binary 100101 1011110 1100110 1000000 1000 0 111100 10111011 101111 11011

Color Harmonies of #255E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E66

Black with #255E66

Text Example


Text Example

White with #255E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,102); }

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

background-color css

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

 a { background-color: rgb(37,94,102); }

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

border-color css

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

 span { border-color: rgb(37,94,102); }

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