Html Css Color HEX #18736E Blue Stone

📋 copy color: '#18736E'

red 24 ◦ green 115 ◦ blue 110

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

Shades of Blue Stone #18736E

Tints of Blue Stone #18736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 9.64%
G = 46.18%
B = 44.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#18736E (or 0x18736E) is known color: Blue Stone. HEX triplet: 18, 73 and 6E. RGB value is (24,115,110). Sum of RGB (Red+Green+Blue) = 24+115+110=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #18736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18736E is #E78C91. Grayscale: #575757. Windows color (decimal): -15174802 or 7238424. OLE color: 7238424.

HSL color Cylindrical-coordinate representation of color #18736E: hue angle of 176.7º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18736E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 115 110 -
CMYK 0.79 0 0.04 0.55
HSL 176.7º 0.65% 0.27% -
HSV(B) 176.7º 0.79% 0.45% -
XYZ 9.32 13.58 16.88 -
YUV 87.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 24 115 110 0.79 0 0.04 0.55 176.7 0.65 0.27
Hex 18 73 6E 4F 0 4 37 B1 41 1B
Octal 30 163 156 117 0 4 67 261 101 33
Binary 11000 1110011 1101110 1001111 0 100 110111 10110001 1000001 11011

Color Harmonies of #18736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18736E

Black with #18736E

Text Example


Text Example

White with #18736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18736E; }

 p { color: rgb(24,115,110); }

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

background-color css

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

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

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

border-color css

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

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

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