#3CA5AB

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

Shades of Pelorous #3CA5AB

Tints of Pelorous #3CA5AB

Color information

#3CA5AB (or 0x3CA5AB) is unknown color: approx Pelorous. HEX triplet: 3C, A5 and AB. RGB value is (60,165,171). Sum of RGB (Red+Green+Blue) = 60+165+171=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #3CA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA5AB is #C35A54. Grayscale: #868686. Windows color (decimal): -12802645 or 11248956. OLE color: 11248956.

HSL color Cylindrical-coordinate representation of color #3CA5AB: hue angle of 183.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA5AB is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60165171-
CMYK0.650.0400.33
HSL183.24º48.05%45.29%-
HSV(B)183.24º64.91%67.06%-
XYZ22.6730.8143.28-
YUV134.29148.7175.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.15%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=15.15%
G=41.67%
B=43.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601651710.650.0400.33183.2448.0545.29
Hex3CA5AB414021b7302d
Octal7424525310140412676055
Binary11110010100101101010111000001100010000110110111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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