#3CA6AA

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

Shades of Pelorous #3CA6AA

Tints of Pelorous #3CA6AA

Color information

#3CA6AA (or 0x3CA6AA) is unknown color: approx Pelorous. HEX triplet: 3C, A6 and AA. RGB value is (60,166,170). Sum of RGB (Red+Green+Blue) = 60+166+170=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #3CA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA6AA is #C35955. Grayscale: #868686. Windows color (decimal): -12802390 or 11183676. OLE color: 11183676.

HSL color Cylindrical-coordinate representation of color #3CA6AA: hue angle of 182.18º 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 #3CA6AA is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60166170-
CMYK0.650.0200.33
HSL182.18º47.83%45.1%-
HSV(B)182.18º64.71%66.67%-
XYZ22.7631.1442.84-
YUV134.76147.8874.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.15%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=15.15%
G=41.92%
B=42.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601661700.650.0200.33182.1847.8345.1
Hex3CA6AA412021b6302d
Octal7424625210120412666055
Binary1111001010011010101010100000110010000110110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,170); }

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

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

 a { background-color: rgb(60,166,170); }

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

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

 span { border-color: rgb(60,166,170); }

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