#1C767C

Color #1C767C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #1C767C

Tints of Atoll #1C767C

Color information

#1C767C (or 0x1C767C) is unknown color: approx Atoll. HEX triplet: 1C, 76 and 7C. RGB value is (28,118,124). Sum of RGB (Red+Green+Blue) = 28+118+124=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C767C is #E38983. Grayscale: #5B5B5B. Windows color (decimal): -14911876 or 8156700. OLE color: 8156700.

HSL color Cylindrical-coordinate representation of color #1C767C: hue angle of 183.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C767C is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB28118124-
CMYK0.770.0500.51
HSL183.75º63.16%29.8%-
HSV(B)183.75º77.42%48.63%-
XYZ10.614.6621.34-
YUV91.77146.1882.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=10.37%
G=43.70%
B=45.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal281181240.770.0500.51183.7563.1629.8
Hex1C767C4D5033b83f1e
Octal3416617411550632707736
Binary1110011101101111100100110110101100111011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,118,124); }

 H1.HeaderClassName
 {
   color: #1C767C;
 }
 .AnyTagClassName
 {
   color: #1C767C;
 }
</style>
background-color css

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

 a { background-color: rgb(28,118,124); }

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

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

 span { border-color: rgb(28,118,124); }

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