#3CA3AC

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

Shades of Pelorous #3CA3AC

Tints of Pelorous #3CA3AC

Color information

#3CA3AC (or 0x3CA3AC) is unknown color: approx Pelorous. HEX triplet: 3C, A3 and AC. RGB value is (60,163,172). Sum of RGB (Red+Green+Blue) = 60+163+172=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #3CA3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA3AC is #C35C53. Grayscale: #858585. Windows color (decimal): -12803156 or 11313980. OLE color: 11313980.

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

Color convert

RGB60163172-
CMYK0.650.0500.33
HSL184.82º48.28%45.49%-
HSV(B)184.82º65.12%67.45%-
XYZ22.4130.1343.67-
YUV133.23149.8875.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.19%
GREEN value IS 163 (64.06% from 255) = 41.27%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=15.19%
G=41.27%
B=43.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601631720.650.0500.33184.8248.2845.49
Hex3CA3AC415021b9302d
Octal7424325410150412716055
Binary11110010100011101011001000001101010000110111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,172); }

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

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

 a { background-color: rgb(60,163,172); }

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

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

 span { border-color: rgb(60,163,172); }

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