#2CA5AB

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

Shades of Pelorous #2CA5AB

Tints of Pelorous #2CA5AB

Color information

#2CA5AB (or 0x2CA5AB) is unknown color: approx Pelorous. HEX triplet: 2C, A5 and AB. RGB value is (44,165,171). Sum of RGB (Red+Green+Blue) = 44+165+171=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #2CA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA5AB is #D35A54. Grayscale: #818181. Windows color (decimal): -13851221 or 11248940. OLE color: 11248940.

HSL color Cylindrical-coordinate representation of color #2CA5AB: hue angle of 182.83º 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 #2CA5AB is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44165171-
CMYK0.740.0400.33
HSL182.83º59.07%42.16%-
HSV(B)182.83º74.27%67.06%-
XYZ21.8430.3943.24-
YUV129.5151.4167.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.58%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 171 (67.19% from 255) = 45%
R=11.58%
G=43.42%
B=45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441651710.740.0400.33182.8359.0742.16
Hex2CA5AB4A4021b73b2a
Octal5424525311240412677352
Binary10110010100101101010111001010100010000110110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,171); }

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

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

 a { background-color: rgb(44,165,171); }

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

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

 span { border-color: rgb(44,165,171); }

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