#1C777B

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

Shades of Atoll #1C777B

Tints of Atoll #1C777B

Color information

#1C777B (or 0x1C777B) is unknown color: approx Atoll. HEX triplet: 1C, 77 and 7B. RGB value is (28,119,123). Sum of RGB (Red+Green+Blue) = 28+119+123=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C777B is #E38884. Grayscale: #5C5C5C. Windows color (decimal): -14911621 or 8091420. OLE color: 8091420.

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

Color convert

RGB28119123-
CMYK0.770.0300.52
HSL182.53º62.91%29.61%-
HSV(B)182.53º77.24%48.24%-
XYZ10.6514.8721.05-
YUV92.25145.3582.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=10.37%
G=44.07%
B=45.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281191230.770.0300.52182.5362.9129.61
Hex1C777B4D3034b73f1e
Octal3416717311530642677736
Binary111001110111111101110011011101101001011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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