Html Css Color HEX #1C706F Elm

📋 copy color: '#1C706F'

red 28 ◦ green 112 ◦ blue 111

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

Shades of Elm #1C706F

Tints of Elm #1C706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 11.16%
G = 44.62%
B = 44.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#1C706F (or 0x1C706F) is known color: Elm. HEX triplet: 1C, 70 and 6F. RGB value is (28,112,111). Sum of RGB (Red+Green+Blue) = 28+112+111=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #1C706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C706F is #E38F90. Grayscale: #565656. Windows color (decimal): -14913425 or 7303196. OLE color: 7303196.

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

Color convert

RGB 28 112 111 -
CMYK 0.75 0 0.01 0.56
HSL 179.29º 0.6% 0.27% -
HSV(B) 179.29º 0.75% 0.44% -
XYZ 9.14 12.98 17.06 -
YUV 86.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 28 112 111 0.75 0 0.01 0.56 179.29 0.6 0.27
Hex 1C 70 6F 4B 0 1 38 B3 3C 1B
Octal 34 160 157 113 0 1 70 263 74 33
Binary 11100 1110000 1101111 1001011 0 1 111000 10110011 111100 11011

Color Harmonies of #1C706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C706F

Black with #1C706F

Text Example


Text Example

White with #1C706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,111); }

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

background-color css

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

 a { background-color: rgb(28,112,111); }

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

border-color css

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

 span { border-color: rgb(28,112,111); }

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