Html Css Color HEX #18726A Blue Stone

📋 copy color: '#18726A'

red 24 ◦ green 114 ◦ blue 106

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

Shades of Blue Stone #18726A

Tints of Blue Stone #18726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 9.84%
G = 46.72%
B = 43.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#18726A (or 0x18726A) is known color: Blue Stone. HEX triplet: 18, 72 and 6A. RGB value is (24,114,106). Sum of RGB (Red+Green+Blue) = 24+114+106=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #18726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18726A is #E78D95. Grayscale: #565656. Windows color (decimal): -15175062 or 6976024. OLE color: 6976024.

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

Color convert

RGB 24 114 106 -
CMYK 0.79 0 0.07 0.55
HSL 174.67º 0.65% 0.27% -
HSV(B) 174.67º 0.79% 0.45% -
XYZ 9 13.27 15.72 -
YUV 86.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 24 114 106 0.79 0 0.07 0.55 174.67 0.65 0.27
Hex 18 72 6A 4F 0 7 37 AF 41 1B
Octal 30 162 152 117 0 7 67 257 101 33
Binary 11000 1110010 1101010 1001111 0 111 110111 10101111 1000001 11011

Color Harmonies of #18726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18726A

Black with #18726A

Text Example


Text Example

White with #18726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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