#1C9DAA

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

Shades of Pelorous #1C9DAA

Tints of Pelorous #1C9DAA

Color information

#1C9DAA (or 0x1C9DAA) is unknown color: approx Pelorous. HEX triplet: 1C, 9D and AA. RGB value is (28,157,170). Sum of RGB (Red+Green+Blue) = 28+157+170=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C9DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9DAA is #E36255. Grayscale: #777777. Windows color (decimal): -14901846 or 11181340. OLE color: 11181340.

HSL color Cylindrical-coordinate representation of color #1C9DAA: hue angle of 185.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9DAA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28157170-
CMYK0.840.0800.33
HSL185.49º71.72%38.82%-
HSV(B)185.49º83.53%66.67%-
XYZ19.7927.2642.25-
YUV119.91156.2662.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.89%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=7.89%
G=44.23%
B=47.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281571700.840.0800.33185.4971.7238.82
Hex1C9DAA548021b94827
Octal342352521241004127111047
Binary111001001110110101010101010010000100001101110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,157,170); }

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

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

 a { background-color: rgb(28,157,170); }

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

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

 span { border-color: rgb(28,157,170); }

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