Html Css Color HEX #18736C Blue Stone

📋 copy color: '#18736C'

red 24 ◦ green 115 ◦ blue 108

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

Shades of Blue Stone #18736C

Tints of Blue Stone #18736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 9.72%
G = 46.56%
B = 43.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#18736C (or 0x18736C) is known color: Blue Stone. HEX triplet: 18, 73 and 6C. RGB value is (24,115,108). Sum of RGB (Red+Green+Blue) = 24+115+108=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #18736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18736C is #E78C93. Grayscale: #565656. Windows color (decimal): -15174804 or 7107352. OLE color: 7107352.

HSL color Cylindrical-coordinate representation of color #18736C: hue angle of 175.38º 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 #18736C is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 115 108 -
CMYK 0.79 0 0.06 0.55
HSL 175.38º 0.65% 0.27% -
HSV(B) 175.38º 0.79% 0.45% -
XYZ 9.21 13.54 16.31 -
YUV 86.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 24 115 108 0.79 0 0.06 0.55 175.38 0.65 0.27
Hex 18 73 6C 4F 0 6 37 AF 41 1B
Octal 30 163 154 117 0 6 67 257 101 33
Binary 11000 1110011 1101100 1001111 0 110 110111 10101111 1000001 11011

Color Harmonies of #18736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18736C

Black with #18736C

Text Example


Text Example

White with #18736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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