Html Css Color HEX #186868 Blue Stone

📋 copy color: '#186868'

red 24 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #186868

Tints of Blue Stone #186868

RGB

 RED value IS 24 (9.77% from 255) = 10.34%

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 10.34%
G = 44.83%
B = 44.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#186868 (or 0x186868) is known color: Blue Stone. HEX triplet: 18, 68 and 68. RGB value is (24,104,104). Sum of RGB (Red+Green+Blue) = 24+104+104=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #186868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186868 is #E79797. Grayscale: #505050. Windows color (decimal): -15177624 or 6842392. OLE color: 6842392.

HSL color Cylindrical-coordinate representation of color #186868: hue angle of 180º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186868 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 104 -
CMYK 0.77 0 0 0.59
HSL 180º 0.63% 0.25% -
HSV(B) 180º 0.77% 0.41% -
XYZ 7.83 11.09 14.83 -
YUV 80.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 24 104 104 0.77 0 0 0.59 180 0.63 0.25
Hex 18 68 68 4D 0 0 3B B4 3E 19
Octal 30 150 150 115 0 0 73 264 76 31
Binary 11000 1101000 1101000 1001101 0 0 111011 10110100 111110 11001

Color Harmonies of #186868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186868

Black with #186868

Text Example


Text Example

White with #186868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186868; }

 p { color: rgb(24,104,104); }

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

background-color css

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

 a { background-color: rgb(24,104,104); }

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

border-color css

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

 span { border-color: rgb(24,104,104); }

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