#3CA7AA

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

Shades of Pelorous #3CA7AA

Tints of Pelorous #3CA7AA

Color information

#3CA7AA (or 0x3CA7AA) is unknown color: approx Pelorous. HEX triplet: 3C, A7 and AA. RGB value is (60,167,170). Sum of RGB (Red+Green+Blue) = 60+167+170=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #3CA7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA7AA is #C35855. Grayscale: #878787. Windows color (decimal): -12802134 or 11183932. OLE color: 11183932.

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

Color convert

RGB60167170-
CMYK0.650.0200.33
HSL181.64º47.83%45.1%-
HSV(B)181.64º64.71%66.67%-
XYZ22.9431.542.9-
YUV135.35147.5574.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.11%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=15.11%
G=42.07%
B=42.82%

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
Decimal601671700.650.0200.33181.6447.8345.1
Hex3CA7AA412021b6302d
Octal7424725210120412666055
Binary1111001010011110101010100000110010000110110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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