#2c9caa

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

Shades of Pelorous #2C9CAA

Tints of Pelorous #2C9CAA

Color information

#2C9CAA (or 0x2C9CAA) is unknown color: approx Pelorous. HEX triplet: 2C, 9C and AA. RGB value is (44,156,170). Sum of RGB (Red+Green+Blue) = 44+156+170=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9CAA is #D36355. Grayscale: #7B7B7B. Windows color (decimal): -13853526 or 11181100. OLE color: 11181100.

HSL color Cylindrical-coordinate representation of color #2C9CAA: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C9CAA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44156170-
CMYK0.740.0800.33
HSL186.67º58.88%41.96%-
HSV(B)186.67º74.12%66.67%-
XYZ20.1827.2142.22-
YUV124.11153.8970.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.89%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=11.89%
G=42.16%
B=45.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441561700.740.0800.33186.6758.8841.96
Hex2C9CAA4A8021bb3b2a
Octal54234252112100412737352
Binary101100100111001010101010010101000010000110111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c9caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2c9caa; }

 p { color: rgb(44,156,170); }

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

<style>
 a { background-color: #2c9caa; }

 a { background-color: rgb(44,156,170); }

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

<style>
 span { border-color: #2c9caa; }

 span { border-color: rgb(44,156,170); }

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