Html Css Color HEX #1C6D77 Allports

📋 copy color: '#1C6D77'

red 28 ◦ green 109 ◦ blue 119

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

Shades of Allports #1C6D77

Tints of Allports #1C6D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 10.94%
G = 42.58%
B = 46.48%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C6D77 (or 0x1C6D77) is known color: Allports. HEX triplet: 1C, 6D and 77. RGB value is (28,109,119). Sum of RGB (Red+Green+Blue) = 28+109+119=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C6D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6D77 is #E39288. Grayscale: #555555. Windows color (decimal): -14914185 or 7826716. OLE color: 7826716.

HSL color Cylindrical-coordinate representation of color #1C6D77: hue angle of 186.59º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6D77 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 109 119 -
CMYK 0.76 0.08 0 0.53
HSL 186.59º 0.62% 0.29% -
HSV(B) 186.59º 0.76% 0.47% -
XYZ 9.28 12.52 19.38 -
YUV 85.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 28 109 119 0.76 0.08 0 0.53 186.59 0.62 0.29
Hex 1C 6D 77 4C 8 0 35 BB 3E 1D
Octal 34 155 167 114 10 0 65 273 76 35
Binary 11100 1101101 1110111 1001100 1000 0 110101 10111011 111110 11101

Color Harmonies of #1C6D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6D77

Black with #1C6D77

Text Example


Text Example

White with #1C6D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,109,119); }

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

background-color css

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

 a { background-color: rgb(28,109,119); }

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

border-color css

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

 span { border-color: rgb(28,109,119); }

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