Html Css Color HEX #18726E Blue Stone

📋 copy color: '#18726E'

red 24 ◦ green 114 ◦ blue 110

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

Shades of Blue Stone #18726E

Tints of Blue Stone #18726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 9.68%
G = 45.97%
B = 44.35%

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

#18726E (or 0x18726E) is known color: Blue Stone. HEX triplet: 18, 72 and 6E. RGB value is (24,114,110). Sum of RGB (Red+Green+Blue) = 24+114+110=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #18726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18726E is #E78D91. Grayscale: #565656. Windows color (decimal): -15175058 or 7238168. OLE color: 7238168.

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

Color convert

RGB 24 114 110 -
CMYK 0.79 0 0.04 0.55
HSL 177.33º 0.65% 0.27% -
HSV(B) 177.33º 0.79% 0.45% -
XYZ 9.21 13.35 16.84 -
YUV 86.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 24 114 110 0.79 0 0.04 0.55 177.33 0.65 0.27
Hex 18 72 6E 4F 0 4 37 B1 41 1B
Octal 30 162 156 117 0 4 67 261 101 33
Binary 11000 1110010 1101110 1001111 0 100 110111 10110001 1000001 11011

Color Harmonies of #18726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18726E

Black with #18726E

Text Example


Text Example

White with #18726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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