#1C757A

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

Shades of Atoll #1C757A

Tints of Atoll #1C757A

Color information

#1C757A (or 0x1C757A) is unknown color: approx Atoll. HEX triplet: 1C, 75 and 7A. RGB value is (28,117,122). Sum of RGB (Red+Green+Blue) = 28+117+122=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C757A is #E38A85. Grayscale: #5A5A5A. Windows color (decimal): -14912134 or 8025372. OLE color: 8025372.

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

Color convert

RGB28117122-
CMYK0.770.0400.52
HSL183.19º62.67%29.41%-
HSV(B)183.19º77.05%47.84%-
XYZ10.3514.3720.64-
YUV90.96145.5183.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=10.49%
G=43.82%
B=45.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281171220.770.0400.52183.1962.6729.41
Hex1C757A4D4034b73f1d
Octal3416517211540642677735
Binary1110011101011111010100110110001101001011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,122); }

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

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

 a { background-color: rgb(28,117,122); }

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

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

 span { border-color: rgb(28,117,122); }

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