#3CA6A7

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

Shades of Scooter #3CA6A7

Tints of Scooter #3CA6A7

Color information

#3CA6A7 (or 0x3CA6A7) is unknown color: approx Scooter. HEX triplet: 3C, A6 and A7. RGB value is (60,166,167). Sum of RGB (Red+Green+Blue) = 60+166+167=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #3CA6A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA6A7 is #C35958. Grayscale: #868686. Windows color (decimal): -12802393 or 10987068. OLE color: 10987068.

HSL color Cylindrical-coordinate representation of color #3CA6A7: hue angle of 180.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA6A7 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB60166167-
CMYK0.640.0100.35
HSL180.56º47.14%44.51%-
HSV(B)180.56º64.07%65.49%-
XYZ22.4731.0241.36-
YUV134.42146.3874.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.27%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=15.27%
G=42.24%
B=42.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601661670.640.0100.35180.5647.1444.51
Hex3CA6A7401023b52f2d
Octal7424624710010432655755
Binary111100101001101010011110000001010001110110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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