Html Css Color HEX #1C6F71 Elm

📋 copy color: '#1C6F71'

red 28 ◦ green 111 ◦ blue 113

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

Shades of Elm #1C6F71

Tints of Elm #1C6F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.05%

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 11.11%
G = 44.05%
B = 44.84%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C6F71 (or 0x1C6F71) is known color: Elm. HEX triplet: 1C, 6F and 71. RGB value is (28,111,113). Sum of RGB (Red+Green+Blue) = 28+111+113=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6F71 is #E3908E. Grayscale: #565656. Windows color (decimal): -14913679 or 7434012. OLE color: 7434012.

HSL color Cylindrical-coordinate representation of color #1C6F71: hue angle of 181.41º 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 #1C6F71 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 111 113 -
CMYK 0.75 0.02 0 0.56
HSL 181.41º 0.6% 0.28% -
HSV(B) 181.41º 0.75% 0.44% -
XYZ 9.14 12.81 17.61 -
YUV 86.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 28 111 113 0.75 0.02 0 0.56 181.41 0.6 0.28
Hex 1C 6F 71 4B 2 0 38 B5 3C 1C
Octal 34 157 161 113 2 0 70 265 74 34
Binary 11100 1101111 1110001 1001011 10 0 111000 10110101 111100 11100

Color Harmonies of #1C6F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6F71

Black with #1C6F71

Text Example


Text Example

White with #1C6F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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