Html Css Color HEX #1C716B Blue Stone

📋 copy color: '#1C716B'

red 28 ◦ green 113 ◦ blue 107

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

Shades of Blue Stone #1C716B

Tints of Blue Stone #1C716B

RGB

 RED value IS 28 (11.33% from 255) = 11.29%

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 11.29%
G = 45.56%
B = 43.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#1C716B (or 0x1C716B) is known color: Blue Stone. HEX triplet: 1C, 71 and 6B. RGB value is (28,113,107). Sum of RGB (Red+Green+Blue) = 28+113+107=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #1C716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C716B is #E38E94. Grayscale: #565656. Windows color (decimal): -14913173 or 7041308. OLE color: 7041308.

HSL color Cylindrical-coordinate representation of color #1C716B: hue angle of 175.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C716B is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 107 -
CMYK 0.75 0 0.05 0.56
HSL 175.76º 0.6% 0.28% -
HSV(B) 175.76º 0.75% 0.44% -
XYZ 9.04 13.12 15.97 -
YUV 86.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 28 113 107 0.75 0 0.05 0.56 175.76 0.6 0.28
Hex 1C 71 6B 4B 0 5 38 B0 3C 1C
Octal 34 161 153 113 0 5 70 260 74 34
Binary 11100 1110001 1101011 1001011 0 101 111000 10110000 111100 11100

Color Harmonies of #1C716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C716B

Black with #1C716B

Text Example


Text Example

White with #1C716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C716B; }

 p { color: rgb(28,113,107); }

 H1.HeaderClassName
 {
   color: #1C716B;
 }
 .AnyTagClassName
 {
   color: #1C716B;
 }
</style>

background-color css

<style>
 a { background-color: #1C716B; }

 a { background-color: rgb(28,113,107); }

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

border-color css

<style>
 span { border-color: #1C716B; }

 span { border-color: rgb(28,113,107); }

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