Html Css Color HEX #14726A Blue Stone

📋 copy color: '#14726A'

red 20 ◦ green 114 ◦ blue 106

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

Shades of Blue Stone #14726A

Tints of Blue Stone #14726A

RGB

 RED value IS 20 (8.2% from 255) = 8.33%

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

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

R = 8.33%
G = 47.5%
B = 44.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#14726A (or 0x14726A) is known color: Blue Stone. HEX triplet: 14, 72 and 6A. RGB value is (20,114,106). Sum of RGB (Red+Green+Blue) = 20+114+106=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #14726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14726A is #EB8D95. Grayscale: #545454. Windows color (decimal): -15437206 or 6976020. OLE color: 6976020.

HSL color Cylindrical-coordinate representation of color #14726A: hue angle of 174.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14726A is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 106 -
CMYK 0.82 0 0.07 0.55
HSL 174.89º 0.7% 0.26% -
HSV(B) 174.89º 0.82% 0.45% -
XYZ 8.91 13.22 15.72 -
YUV 84.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 20 114 106 0.82 0 0.07 0.55 174.89 0.7 0.26
Hex 14 72 6A 52 0 7 37 AF 46 1A
Octal 24 162 152 122 0 7 67 257 106 32
Binary 10100 1110010 1101010 1010010 0 111 110111 10101111 1000110 11010

Color Harmonies of #14726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14726A

Black with #14726A

Text Example


Text Example

White with #14726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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