#1C8289

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

Shades of Atoll #1C8289

Tints of Atoll #1C8289

Color information

#1C8289 (or 0x1C8289) is unknown color: approx Atoll. HEX triplet: 1C, 82 and 89. RGB value is (28,130,137). Sum of RGB (Red+Green+Blue) = 28+130+137=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8289 is #E37D76. Grayscale: #646464. Windows color (decimal): -14908791 or 9011740. OLE color: 9011740.

HSL color Cylindrical-coordinate representation of color #1C8289: hue angle of 183.85º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8289 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB28130137-
CMYK0.800.0500.46
HSL183.85º66.06%32.35%-
HSV(B)183.85º79.56%53.73%-
XYZ12.9818.0226.46-
YUV100.3148.7176.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=9.49%
G=44.07%
B=46.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281301370.800.0500.46183.8566.0632.35
Hex1C828950502Eb84220
Octal34202211120505627010240
Binary11100100000101000100110100001010101110101110001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,130,137); }

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

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

 a { background-color: rgb(28,130,137); }

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

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

 span { border-color: rgb(28,130,137); }

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