#3CA7AB

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

Shades of Pelorous #3CA7AB

Tints of Pelorous #3CA7AB

Color information

#3CA7AB (or 0x3CA7AB) is unknown color: approx Pelorous. HEX triplet: 3C, A7 and AB. RGB value is (60,167,171). Sum of RGB (Red+Green+Blue) = 60+167+171=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #3CA7AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA7AB is #C35854. Grayscale: #878787. Windows color (decimal): -12802133 or 11249468. OLE color: 11249468.

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

Color convert

RGB60167171-
CMYK0.650.0200.33
HSL182.16º48.05%45.29%-
HSV(B)182.16º64.91%67.06%-
XYZ23.0331.5443.4-
YUV135.46148.0574.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.08%
GREEN value IS 167 (65.62% from 255) = 41.96%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=15.08%
G=41.96%
B=42.96%

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
Decimal601671710.650.0200.33182.1648.0545.29
Hex3CA7AB412021b6302d
Octal7424725310120412666055
Binary1111001010011110101011100000110010000110110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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