Html Css Color HEX #18726B Blue Stone

📋 copy color: '#18726B'

red 24 ◦ green 114 ◦ blue 107

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

Shades of Blue Stone #18726B

Tints of Blue Stone #18726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 9.8%
G = 46.53%
B = 43.67%

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

#18726B (or 0x18726B) is known color: Blue Stone. HEX triplet: 18, 72 and 6B. RGB value is (24,114,107). Sum of RGB (Red+Green+Blue) = 24+114+107=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #18726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18726B is #E78D94. Grayscale: #565656. Windows color (decimal): -15175061 or 7041560. OLE color: 7041560.

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

Color convert

RGB 24 114 107 -
CMYK 0.79 0 0.06 0.55
HSL 175.33º 0.65% 0.27% -
HSV(B) 175.33º 0.79% 0.45% -
XYZ 9.05 13.29 16 -
YUV 86.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 24 114 107 0.79 0 0.06 0.55 175.33 0.65 0.27
Hex 18 72 6B 4F 0 6 37 AF 41 1B
Octal 30 162 153 117 0 6 67 257 101 33
Binary 11000 1110010 1101011 1001111 0 110 110111 10101111 1000001 11011

Color Harmonies of #18726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18726B

Black with #18726B

Text Example


Text Example

White with #18726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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